Last active
May 9, 2025 14:31
-
-
Save rvighne/7c76917f62c4f01af867d989dda8bb5a to your computer and use it in GitHub Desktop.
uBlock Origin filter list to remove recommendations from social media sites
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
# Hacker News front page | |
news.ycombinator.com##html[op=news] .submission, html[op=news] .subtext | |
# All old.reddit.com homepages (including subreddits, tabs) | |
reddit.com##.listing-page #siteTable | |
# Video comments, video recommendations, entire homepage | |
www.youtube.com###contents | |
# Next-up tiles | |
www.youtube.com##.ytp-endscreen-content | |
# Mobile homepage | |
m.youtube.com##.rich-grid-renderer-contents | |
# Video comments, video recommendations | |
m.youtube.com##lazy-list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment