Skip to content

Remove YouTube ad-block message + see notes by frostynick

Screenshot of Remove YouTube ad-block message + see notes

Details

Authorfrostynick

LicenseGPLv3

Categoryyoutube.com

Created

Updated

Size480 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This removes the popup every time a video pops up. Might need to be updated soon. Not extensively tested.

Notes

This also assumes you have uBlock Origin add-on installed and possibly Firefox if v3 extensions from Google Chrome extensions are an issue. This pop up started showing up as of October 12, 2023, so I quickly uploaded this.

Source code

/* ==UserStyle==
@name           Remove YouTube ad-block message + see notes
@namespace      youtube.com
@version        2023.10.0
@description    This removes the popup every time a video pops up. Might need to be updated soon. Not extensively tested. Assumes you have uBlock Origin add-on installed for other ad blocking.
@author         FrostyNick
==/UserStyle== */

@-moz-document domain("youtube.com") {
ytd-enforcement-message-view-model {
    display: none;
}
}

Reviews

No reviews yet.