Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jacmkno/f8a2174baa0a69124f13a280891fc1e0 to your computer and use it in GitHub Desktop.
Save jacmkno/f8a2174baa0a69124f13a280891fc1e0 to your computer and use it in GitHub Desktop.
Disable Youtube Shorts and Advertisement on Logo
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