Created
March 7, 2023 12:02
-
-
Save nilskoppelmann/8dd79a9511695eff415a4371176e256f to your computer and use it in GitHub Desktop.
Distractionless 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
/* Youtube Home */ | |
.ytd-browse #primary { | |
display: none; | |
} | |
ytd-guide-section-renderer:not(:nth-child(1), :nth-child(2)) { | |
display: none; | |
} | |
#footer { | |
display: none; | |
} | |
/* Youtube Player Page */ | |
ytd-watch-flexy #secondary-inner { | |
display: none; | |
} | |
ytd-watch-flexy #comments { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment