Skip to content

Instantly share code, notes, and snippets.

@abhijeetbodas2001
Last active January 28, 2024 04:46
Show Gist options
  • Save abhijeetbodas2001/e0c330c83e5b7929d41abb163b046e11 to your computer and use it in GitHub Desktop.
Save abhijeetbodas2001/e0c330c83e5b7929d41abb163b046e11 to your computer and use it in GitHub Desktop.
Decrease visual clutter and remove distracting elements
# Install uBlock origin, and put these filters in the "My Filters" list
# The result is a minimalist YouTube webpage, with the following hidden:
# - Homepage recommendations
# - Sidebar recommendations when watching a video
# - Comments
# - Some other noisy screen elements
#
# Of course, UBO will also block the ads by default
# Search results, playlist views and channel views work as before
! Youtube
www.youtube.com###secondary
www.youtube.com###comments > .ytd-comments.style-scope
www.youtube.com##ytd-guide-section-renderer.ytd-guide-renderer.style-scope:nth-of-type(1)
www.youtube.com##ytd-guide-section-renderer.ytd-guide-renderer.style-scope:nth-of-type(2)
www.youtube.com##ytd-guide-section-renderer.ytd-guide-renderer.style-scope:nth-of-type(3)
www.youtube.com##ytd-guide-section-renderer.ytd-guide-renderer.style-scope:nth-of-type(4)
www.youtube.com##ytd-guide-section-renderer.ytd-guide-renderer.style-scope:nth-of-type(5)
! Block stuff only on main page https://github.com/gorhill/uBlock/wiki/Procedural-cosmetic-filters#subjectmatches-patharg
www.youtube.com##:matches-path(/^/$/) #primary
! GitHub
github.com##.border-bottom.mb-5.feed-right-sidebar
! LinkedIn
www.linkedin.com##.scaffold-layout__aside
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment