Skip to content

Instantly share code, notes, and snippets.

@nileane
Created August 19, 2025 12:44
Show Gist options
  • Select an option

  • Save nileane/e106311ad1bc8901f019c6eacbfe3ed6 to your computer and use it in GitHub Desktop.

Select an option

Save nileane/e106311ad1bc8901f019c6eacbfe3ed6 to your computer and use it in GitHub Desktop.
Get rid of YouTube Shorts + a couple of lesser-used sections in the navigation sidebar.
/* ==UserStyle==
@name YouTube without Shorts
@namespace github.com/nileane
@version 1.0.0
@description Hide YouTube Shorts
@match *://www.youtube.com/*
==/UserStyle== */
#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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment