Skip to content

Instantly share code, notes, and snippets.

@rambalachandran
Last active March 24, 2025 10:32
Show Gist options
  • Save rambalachandran/140b30d5546f7410ac0912073f03a33c to your computer and use it in GitHub Desktop.
Save rambalachandran/140b30d5546f7410ac0912073f03a33c to your computer and use it in GitHub Desktop.
uBlock Customized Filters
!Youtube Filters to filter homepage, recommendations and comments
! based on reddit post: https://www.reddit.com/r/uBlockOrigin/comments/sif7x3/how_to_block_several_youtube_things/
www.youtube.com###contentContainer
www.youtube.com##.ytd-two-column-browse-results-renderer.style-scope > .ytd-rich-grid-renderer.style-scope
www.youtube.com###below
www.youtube.com###related
www.youtube.com##ytd-comments
www.youtube.com##ytd-live-chat-frame
www.youtube.com##yt-live-chat-app
www.youtube.com##ytd-thumbnail > a#thumbnail > div#mouseover-overlay
www.youtube.com##ytd-browse[page-subtype="home"]
/annotations_module.js$script,important,domain=youtube.com
/endscreen.js$script,important,domain=youtube.com
! Remove Suggested posts in LinkedIn
! More details in HN Comment: https://news.ycombinator.com/item?id=43455303
www.linkedin.com##:xpath(//span[text()="Suggested"]//ancestor::div/div[contains(@data-id, "activity")])
@rambalachandran
Copy link
Author

Filters to block and remove copycat-websites from DuckDuckGo, Google and other search engines. Used to be specific to dev websites like StackOverflow or GitHub, but it currently supports others like Wikipedia.
https://github.com/quenhus/uBlock-Origin-dev-filter

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