Last active
September 3, 2022 18:44
-
-
Save czottmann/1680e6ed782029c0384222a923de0408 to your computer and use it in GitHub Desktop.
Example uBlock Origin filters for hiding reaction videos on youtube.com
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
# YT grid view | |
www.youtube.com##ytd-rich-item-renderer:has(yt-formatted-string[aria-label*=" REACTION "]) | |
www.youtube.com##ytd-rich-item-renderer:has(yt-formatted-string[aria-label*=" Reaction "]) | |
www.youtube.com##ytd-rich-item-renderer:has(yt-formatted-string[aria-label*=" REACTS "]) | |
www.youtube.com##ytd-rich-item-renderer:has(yt-formatted-string[aria-label*=" Reacts "]) | |
# YT list/results view | |
www.youtube.com##ytd-video-renderer:has(yt-formatted-string[aria-label*=" REACTION "]) | |
www.youtube.com##ytd-video-renderer:has(yt-formatted-string[aria-label*=" Reaction "]) | |
www.youtube.com##ytd-video-renderer:has(yt-formatted-string[aria-label*=" REACTS "]) | |
www.youtube.com##ytd-video-renderer:has(yt-formatted-string[aria-label*=" Reacts "]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Open your uBlock Origin config, go to "My filters", paste the block above to the end of your filter list, and save. Adjust the spelling and/or words to your liking.
It should look something like this once you're done:
I take no responsibility for your actions here, mind. :) Enjoy your somewhat less sensational YT grid.