Removes the Youtube Premium ad that comes up when you switch a video to a higher resolution.
YT Bitrate ad silencer v1 by pdan4
Details
Authorpdan4
LicenseNo License
Categoryyoutube
Created
Updated
Size727 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Please report any mis-blocked stuff.
Source code
/* ==UserStyle==
@name YT Bitrate ad silencer v1
@version 20230512.20.59
@namespace userstyles.world/user/pdan4
@description Removes the Youtube Premium ad that comes up when you switch a video to a higher resolution.
@author pdan4
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
/* ==UserStyle==
@name YT Bitrate ad silencer v1
@namespace Pdan4
@version 1.0.0.1
2023, May 12th.
Removes the ad that comes up when you switch a video to a higher resolution.
==/UserStyle== */
ytd-offline-promo-renderer {
display: none !important;
visibility: hidden !important;
position: absolute !important;
top: -1000vh !important;
left: -1000vh !important;
}
}