does what the name says, hides the Includes paid promotion thing in the thumbnail that redirects u to a support article
youtube no sponsor button in thumbnail thing by tizu69
Details
Authortizu69
LicenseCC Zero
Categoryyoutube
Created
Updated
Size345 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 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;
}
}