Created
May 22, 2026 16:27
-
-
Save gdw2/3b6972200b7608b43fcbca4eed9f4c48 to your computer and use it in GitHub Desktop.
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
| ! --- CLEAN REDDIT RECS --- | |
| ! Hide the infinite scroll main feed on the homepage | |
| www.reddit.com##.home-page | |
| sh.reddit.com##.home-page | |
| ! Hide the annoying left navigation bar and sidebar clutter entirely | |
| www.reddit.com###left-sidebar-container | |
| www.reddit.com###right-sidebar-container | |
| ! Block the intrusive search dropdown suggestions and "Trending Today" popups | |
| reddit.com##[data-testid="search-dropdown-results-container"] | |
| reddit.com##div[id*="search-dropdown"] | |
| ! --- BLANK OUT ALL REDDIT HOME FEEDS --- | |
| ! Target the main home feed element on the root page | |
| www.reddit.com##:matches-path(/^\/$/) shreddit-feed | |
| www.reddit.com##:matches-path(/^\/$/) #sub-panel-overview | |
| ! Target popular and all feeds specifically | |
| www.reddit.com##:matches-path(/^\/r\/popular/) shreddit-feed | |
| www.reddit.com##:matches-path(/^\/r\/all/) shreddit-feed | |
| ! Nuclear option for home/popular/all structural wrappers if the feeds try to bypass | |
| www.reddit.com##:matches-path(/^\/$/) main > div > svg + div | |
| www.reddit.com##:matches-path(/^\/r\/popular/) main > div > svg + div | |
| www.reddit.com##:matches-path(/^\/r\/all/) main > div > svg + div | |
| ! --- CLEAN YOUTUBE RECS --- | |
| ! Wipe out the entire grid of recommended videos on the homepage | |
| www.youtube.com###page-manager > ytd-browse.ytd-page-manager[page-subtype="home"] | |
| ! Hide the related/suggested videos sidebar while watching a video | |
| www.youtube.com###secondary #related | |
| ! Hide the wall of recommended video tiles that appears inside the player when a video ends | |
| www.youtube.com##.ytp-endscreen-content | |
| www.youtube.com##.html5-endscreen | |
| ! Block the autocomplete/suggested dropdown list under the YouTube search bar | |
| www.youtube.com##.sbdd_a | |
| ! Cougarboard | |
| www.cougarboard.com###home-featured | |
| www.cougarboard.com###home-loyal | |
| www.cougarboard.com###home-cougconnect | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment