Unpaywalls most pages.
Unpaywall NYTimes by phocks
Details
Authorphocks
LicenseNo License
Categorynytimes.com
Created
Updated
Size387 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
On some "subscriber only" content they have a script that deletes all content after 2 or so paragraphs, so on those pages just hit the stop button before it has time to load :)
Source code
/* ==UserStyle==
@name Unpaywall NYTimes
@namespace phocks
@version 1.0.0
@description Tries to get around the NYTimes paywall
@author phocks
==/UserStyle== */
@-moz-document domain("nytimes.com") {
#site-content,
.css-mcm29f {
position: unset !important;
}
#gateway-content {
display: none;
}
.css-gx5sib {
display: none;
}
}