Skip to content

Instantly share code, notes, and snippets.

@robleh
Last active March 3, 2026 15:50
Show Gist options
  • Select an option

  • Save robleh/583165b8e3da40ad0f04154aefa75cb2 to your computer and use it in GitHub Desktop.

Select an option

Save robleh/583165b8e3da40ad0f04154aefa75cb2 to your computer and use it in GitHub Desktop.
uBlock Origin filter to remove YouTube homepage, endscreen and sidebar recommendations
! Homepage
www.youtube.com##.grid-disabled.grid.ytd-browse.style-scope > .ytd-two-column-browse-results-renderer.style-scope
! Sidebar recommendations
www.youtube.com##ytd-watch-next-secondary-results-renderer.ytd-watch-flexy.style-scope
! End screen tiles
www.youtube.com##.ytp-endscreen-content
@Darkmaster006
Copy link

If you want a more comprehensive list with updated filters, you can use this

https://github.com/Trazer09/Remove-YouTube-Distraction/blob/main/filters.txt

Thank you, added to my list of filters.

@enXov
Copy link

enXov commented Mar 3, 2026

Hey, nice list! I was dealing with the same thing — trying to clean up YouTube's UI with uBlock filters. I ended up building a small tool called HollowTube that lets you toggle YouTube elements on/off and generates the filter list for you. It also has a delete & update mode so you can manage your existing filters when YouTube inevitably changes things. Thought it might be useful if you're still maintaining this! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment