Skip to content

Instantly share code, notes, and snippets.

@nilskoppelmann
Created March 7, 2023 12:02
Show Gist options
  • Save nilskoppelmann/8dd79a9511695eff415a4371176e256f to your computer and use it in GitHub Desktop.
Save nilskoppelmann/8dd79a9511695eff415a4371176e256f to your computer and use it in GitHub Desktop.
Distractionless Youtube
/* 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