Hides paywall bar which appears at the bottom
NewYorker: hide paywall bottom bar by aspiers
Details
Authoraspiers
LicenseMIT
Categorynewyorker.com
Created
Updated
Size368 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}