Last active
March 3, 2026 15:50
-
-
Save robleh/583165b8e3da40ad0f04154aefa75cb2 to your computer and use it in GitHub Desktop.
uBlock Origin filter to remove YouTube homepage, endscreen and sidebar recommendations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ! 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 |
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
Thank you, added to my list of filters.