Skip to content

youtube no sponsor button in thumbnail thing by tizu69

Details

Authortizu69

LicenseCC Zero

Categoryyoutube

Created

Updated

Code size345 B

Code checksum286a89d0

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

does what the name says, hides the Includes paid promotion thing in the thumbnail that redirects u to a support article

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           youtube no sponsor button in thumbnail thing
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    does what the name says
@author         tizu
==/UserStyle== */

@-moz-document domain("youtube.com") {
    ytm-paid-content-overlay-renderer {
        display: none !important;
    }
}

Reviews

No reviews yet.