Skip to content

HideDailyMailDM+ by ninalanyon

Details

Authorninalanyon

LicenseNo License

CategoryThe Unlicense

Created

Updated

Size393 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide the Daily Mail articles that are inly available to subscribers.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           HideDailyMailDM+
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Hide the Daily Mail articles that are inly available to subscribers.
@author         Nina Lanyon
==/UserStyle== */
@-moz-document url("https://www.dailymail.co.uk/home/index.html") {
    div.column-split:has(span.is-paywalled) {
        display: none;
    }
}

Reviews

No reviews yet.