Skip to content

Hide Adblocker Message (20min.ch) by zugch

Details

Authorzugch

LicenseMIT

Category20min.ch

Created

Updated

Size414 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the annoying request to deactivate your ad blocker.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hide Adblocker Message
@version      1.0.0
@namespace    userstyles.world/user/zugch
@description  Hides the annoying request to deactivate your ad blocker.
@author       zugch
@license      MIT
==/UserStyle== */

@-moz-document domain("20min.ch") {
    div.fc-ab-root {
        display: none !important;
    }
    body {
        overflow: inherit !important;
    }
}

Reviews

No reviews yet.