Skip to content

Anti ad blocker & notifications by stowball

Details

Authorstowball

LicenseNo License

CategoryAll websites

Created

Updated

Size2.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes as many anti-ad blocker or notification nag dialogs as possible, and tries to prevent sites that have explicitly disabled scrolling

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Anti ad blocker & notifications
@version      20230724.07.22
@namespace    userstyles.world/user/stowball
@description  Removes as many anti-ad blocker or notification nag dialogs as possible, and tries to prevent sites that have explicitly disabled scrolling 
@author       stowball
@license      No License
==/UserStyle== */

/* ==UserStyle==
@name           Anti ad blocker & notifications
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes as many anti-ad blocker, ads and notification nag dialogs as possible, and tries to prevent sites that have explicitly disabled scrolling 
@author         Matt Stow
==/UserStyle== */

@-moz-document regexp(".*") {
metering-modal,
.fc-ab-root.fc-ab-root.fc-ab-root,
[class*="sp_veil"][class*="sp_veil"][class*="sp_veil"],
[class*="sp_message_container"][class*="sp_message_container"][class*="sp_message_container"],
[id*="__vliadb"][id*="__vliadb"][id*="__vliadb"],
.ml-webforms-popup-overlay,
webpushrpromptconatiner,
[class*="popupally"],
#onesignal-slidedown-container,
.pushowl-optin,
.martech-modal-component-overlay,
body.mol-fe-ab-dialog iframe ~ * [class*="overlay-"],
body.mol-fe-ab-dialog iframe ~ * [class*="wrapper-"],
.airship-html-prompt-shadow,
[class*="pe-optin"],
.tp-modal,
.tp-backdrop,
[style*="z-index: 21474"]:not([data-radix-portal]),
.single-article .overlay,
.blocking-ads-modal,
#_evidon-barrier-wrapper,
.gu-overlay,
#onetrust-consent-sdk,
.pushly_popover,
.ua-opt-in,
.wp-optin-dialog-container,
[class*="pushcrew-"],
[class*="_hj_survey_"],
[class*="Playground__InnerBackdrop"],
[class*="Playground__InnerDialog"],
.grow_modal.grow_modal,
iframe[src*="btloader.com"],
[id*="google_ads_iframe"] {
    display: none !important;
}

.sp-message-open.sp-message-open.sp-message-open {
    margin-top: 0 !important;
    overflow: auto !important;
    position: static !important;
}

html[style*="overflow: hidden"],
html[style*="overflow-y: hidden"],
body[style*="overflow: hidden"],
body[style*="overflow-y: hidden"],
.martech-overlay-not-visible,
body.mol-fe-ab-dialog,
.tp-modal-open,
body.noscroll {
    height: auto !important;
    overflow-y: auto !important;
}

div[data-adunit-name] {
    opacity: 0 !important;
}
}

Reviews

No reviews yet.