Hides Adblock Popup
YouTube Hide Adblock Popup by leknin
Details
Authorleknin
LicenseNo License
Categoryyoutube
Created
Updated
Size240 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 Hide Adblock Popup
@version 20231124.13.59
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/watch?v") {
tp-yt-paper-dialog.style-scope {
display: none;
}
}