Skip to content

NewYorker: hide paywall bottom bar by aspiers

Details

Authoraspiers

LicenseMIT

Categorynewyorker.com

Created

Updated

Code size368 B

Code checksumeb6db9d6

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides paywall bar which appears at the bottom

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         NewYorker: hide paywall bottom bar
@version      20241008.11.59
@namespace    https://userstyles.world/user/Adam Spiers
@description  Hides paywall bar which appears at the bottom
@author       Adam Spiers
@license      MIT
==/UserStyle== */

@-moz-document domain("www.newyorker.com") {
.paywall-bar-barrier-rtb {
    display: none;
}
}

Reviews

No reviews yet.