Skip to content

Instantly share code, notes, and snippets.

@guillaumealgis
Created August 21, 2025 12:57
Show Gist options
  • Select an option

  • Save guillaumealgis/431f68506f8764f43909f3f129fdb48e to your computer and use it in GitHub Desktop.

Select an option

Save guillaumealgis/431f68506f8764f43909f3f129fdb48e to your computer and use it in GitHub Desktop.
Fix Youtube horrendous UI
/* https://gist.github.com/nileane/e106311ad1bc8901f019c6eacbfe3ed6 */
#contents > ytd-rich-section-renderer:not(:nth-child(1)),
#sections > ytd-guide-section-renderer:nth-child(3),
#sections > ytd-guide-section-renderer:nth-child(4),
#contents > ytd-item-section-renderer:nth-child(5),
#contents > ytd-reel-shelf-renderer {
display: none !important;
}
/* https://superuser.com/questions/1859458/is-there-a-way-to-reduce-customize-youtube-user-thumbnail-size-on-the-youtube-h */
#thumbnail, #details, ytd-rich-item-renderer, ytd-rich-item-renderer div {
max-width: 400px !important;
max-height: 350px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment