Created
November 20, 2023 18:05
-
-
Save jacmkno/f8a2174baa0a69124f13a280891fc1e0 to your computer and use it in GitHub Desktop.
Disable Youtube Shorts and Advertisement on Logo
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
ytd-reel-shelf-renderer.style-scope.ytd-item-section-renderer {}ytd-reel-shelf-renderer.style-scope.ytd-item-section-renderer {}ytd-reel-shelf-renderer.style-scope.ytd-item-section-renderer {}ytd-reel-shelf-renderer.style-scope.ytd-item-section-renderer { | |
display: none !important; | |
} | |
yt-icon#logo-icon:before { | |
content: 'Customized...'; | |
position: absolute; | |
left:1em; | |
top:0.5em; | |
} | |
#dismissible.ytd-statement-banner-renderer { | |
display: none; | |
} | |
#logo.ytd-masthead ytd-logo { | |
display: block !important; | |
} | |
#logo.ytd-masthead picture { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment