Skip to content

remove didomi by dhouard

Details

Authordhouard

LicenseNo License

Categorycom.userstyles.dhouard

Created

Updated

Size475 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Some rules to override didomi paywall

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           remove didomi
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://") {
    #didomi-host {
        display: none;
    }
    body {
        overflow: initial !important;
    }
    [data-nosnippet="data-nosnippet"] {
        display: none;
    }
    
    body.didomi-popup-open {
        overflow: initial !important;
    }
}

Reviews

No reviews yet.