Skip to content

Instantly share code, notes, and snippets.

@glektarssza
Created February 3, 2025 21:50
Show Gist options
  • Save glektarssza/0387593d7eb50806ab9095d262f6379d to your computer and use it in GitHub Desktop.
Save glektarssza/0387593d7eb50806ab9095d262f6379d to your computer and use it in GitHub Desktop.
uBlock Origin Rules for hiding YouTube stuff
! Hide end cards on videos
www.youtube.com##.ytp-ce-element
! Hide playables button in sidebar
www.youtube.com##ytd-guide-section-renderer:has-text(Playables)
! Hide playables in search feed
www.youtube.com##.ytd-item-section-renderer span.ytd-rich-list-header-renderer:has-text(Playables):upward(9)
!www.youtube.com##ytd-horizontal-card-list-renderer:has-text(Playables)
! Hide shorts button in sidebar
www.youtube.com##ytd-guide-entry-renderer:has-text(Shorts)
! Hide shorts in home feed
www.youtube.com##.ytd-rich-grid-renderer span.ytd-rich-shelf-renderer:has-text(Shorts):upward(9)
! Hide shorts in search feed
www.youtube.com##.ytd-item-section-renderer span.ytd-reel-shelf-renderer:has-text(Shorts):upward(3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment