Hide the featured banner that shows on new design's homepage
Youtube Featured banner hider by codymkw
Mirrored from https://github.com/CodysNintendoNetwork/My-Userstyles/raw/master/Styles/Youtube%20Featured%20banner%20hider/youtube-featured-banner-hider.user.css
Details
Authorcodymkw
LicenseNo License
CategoryYouTube
Created
Updated
Size381 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Youtube Featured banner hider
@namespace https://github.com/CodysNintendoNetwork/My-Userstyles
@version 1.0.1
@description Hide the featured banner that shows on new design's homepage
@author CodyMKW
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ytd-statement-banner-renderer {
display: none !important;
}
}