Skip to content

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

Screenshot of Youtube Featured banner hider

Details

Authorcodymkw

LicenseNo License

CategoryYouTube

Created

Updated

Code size381 B

Code checksum67884b9f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide the featured banner that shows on new design's homepage

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;
}
}

Reviews

No reviews yet.