Skip to content

www.nytimes.com hide nagging bottom banner by ninalanyon

Details

Authorninalanyon

LicenseNo License

Categorywww.nytimes.com

Created

Updated

Size393 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide the banner that keeps popping up at the bottom of the page to nag about subscribing

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.nytimes.com hide nag banner
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Hide the irritating banner that keeps popping up at the bottom to nag you.
@author         ninalanyon@hotmail.com
==/UserStyle== */
@-moz-document url-prefix("https://www.nytimes.com/") {
    #dock-container {
        visibility: hidden;
    }
}

Reviews

No reviews yet.