Last active
January 26, 2023 05:32
-
-
Save Leyka/529ba32916ee93fa47bc6b4e44ce4088 to your computer and use it in GitHub Desktop.
uBlock Filters for Youtube
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
# Remove overlay when video is paused | |
youtube.com##.ytp-endscreen-content | |
youtube.com##.ytp-ce-covering-shadow-top | |
youtube.com##.ytp-pause-overlay | |
youtube.com##.ytp-ce-covering-overlay | |
youtube.com##.ytp-ce-element | |
# Remove "View products" when video starts | |
youtube.com##.ytp-suggested-action-badge-expanded | |
# Remove live chat | |
youtube.com###chat | |
# Remove sponsor button next to video title | |
##.sponsorBlockCategoryPill |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment