Skip to content

Instantly share code, notes, and snippets.

@cscottyb
Last active October 11, 2021 00:11
Show Gist options
  • Save cscottyb/2f125bbf663a76c66bdc55035d8acc35 to your computer and use it in GitHub Desktop.
Save cscottyb/2f125bbf663a76c66bdc55035d8acc35 to your computer and use it in GitHub Desktop.
Hide Youtube Explore Page with CSS
/*
Newest addition on top.
Keeping old ones just in case.
*/
a[href="/feed/explore"],
[aria-label~=Explore],
a[href*="/feed/trending"] {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment