Ever clicked a video on your homepage but accidentally clicked the "Includes paid promotion" banner and got sent to a whole different page? This fixes that.
PreviewPlayerPaidPromotionBegone by masp005
Details
Authormasp005
LicenseCC0
Categoryyoutube
Created
Updated
Size224 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 PreviewPlayerPaidPromotionBegone
@version 20240805.18.11
@namespace ?
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytm-paid-content-overlay-renderer { display:none !important }
}