Last active
April 22, 2021 18:56
-
-
Save make-github-pseudonymous-again/e00fb6a2bbf831acc8a99cfec67864d5 to your computer and use it in GitHub Desktop.
Distraction-free youtube with ublock origin
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
!block all content on homepage | |
www.youtube.com##ytd-browse[page-subtype="home"].ytd-page-manager.style-scope | |
!remove right side column suggestions | |
www.youtube.com###secondary | |
!Remove suggestion tiles at the end of a video | |
www.youtube.com##.ytp-suggestion-set.ytp-videowall-still | |
www.youtube.com##.ytp-endscreen-next.ytp-button | |
www.youtube.com##.ytp-endscreen-previous.ytp-button | |
!Remove suggestions that come above comments in small window mode | |
www.youtube.com###dismissable.ytd-compact-video-renderer | |
www.youtube.com###items.ytd-watch-next-secondary-results-renderer | |
!remove left sidebar | |
www.youtube.com###guide-content |
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
www.youtube.com###primary > .ytd-two-column-browse-results-renderer.style-scope | |
www.youtube.com###ticker > .ytd-masthead.style-scope | |
www.youtube.com###buttons | |
www.youtube.com##ytd-popup-container.ytd-app.style-scope | |
www.youtube.com###secondary |
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
!Block overlays and popups. | |
www.youtube.com##iron-overlay-backdrop | |
www.youtube.com##.ytd-popup-container.style-scope > .ytd-popup-container.style-scope | |
!Block all content on homepage | |
www.youtube.com##ytd-browse[page-subtype="home"].ytd-page-manager.style-scope | |
!Remove right side column suggestions | |
www.youtube.com###secondary | |
!Remove suggestion tiles at the end of a video | |
www.youtube.com##.ytp-suggestion-set.ytp-videowall-still | |
www.youtube.com##.ytp-endscreen-next.ytp-button | |
www.youtube.com##.ytp-endscreen-previous.ytp-button | |
!Remove suggestions that come above comments in small window mode | |
www.youtube.com###dismissable.ytd-compact-video-renderer | |
www.youtube.com###items.ytd-watch-next-secondary-results-renderer | |
!Remove left sidebar | |
www.youtube.com###contentContainer | |
www.youtube.com##ytd-mini-guide-renderer.ytd-app.style-scope |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment