A new userstyle
youtube - hide message "includes paid promotion" by f0xss
Details
Authorf0xss
LicenseNo License
Categoryyoutube
Created
Updated
Size517 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.com - июнь 2024 г.
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Foxss
==/UserStyle== */
@-moz-document domain("youtube.com") {
/*скрыть плашку "есть реклама", "include paid promotion"*/
/*.html5-video-player */.ad-container-single-media-element-annotations,
/*.ytp-exp-ppp-update */.ytp-paid-content-overlay-link,
.ytmPaidContentOverlayHost {
display: none !important
}
}