User style for hiding the "includes paid promotion" link that shows up when hovering over youtube thumbnails. Great for middle-clickers!
Hide "includes paid promotion" thumbnail by SimonTesla
Details
AuthorSimonTesla
LicenseNo License
Categoryyoutube
Created
Updated
Size477 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 Hide "includes paid promotion" thumbnail
@namespace simon.thornvalley.com
@version 1.0.0
@description User style for hiding the "includes paid promotion" link that shows up when hovering over youtube thumbnails. Great for middle-clickers!
@author SimonTesla
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ytd-video-preview .YtmPaidContentOverlayHost {
display: none !important;
}
}