Last active
October 11, 2021 00:11
-
-
Save cscottyb/2f125bbf663a76c66bdc55035d8acc35 to your computer and use it in GitHub Desktop.
Hide Youtube Explore Page with CSS
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
| /* | |
| 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