This turns off the annoying red bar on adsense which warns the user of the requirement to have a Google-certified consent management platform (CMP).
Remove GDPR Adsense warning 16th Jan 2024 by electricsheep86
Details
Authorelectricsheep86
LicenseNo License
CategoryGoogle Adsense
Created
Updated
Size489 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 Remove GDPR Adsense warning 16th Jan 2024 - 7/28/2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description This turns off the annoying red bar on adsense which warns the user of the requirement to have a Google-certified consent management platform (CMP).
@author Electric Sheep
==/UserStyle== */
@-moz-document url-prefix("https://www.google.com/adsense/") {
.red-bar {
display: none!important;
}
}