Skip to content

Instantly share code, notes, and snippets.

@aqlla
Created December 30, 2019 19:17
Show Gist options
  • Save aqlla/873ce5b29d38a7c107f4da716ddf83eb to your computer and use it in GitHub Desktop.
Save aqlla/873ce5b29d38a7c107f4da716ddf83eb to your computer and use it in GitHub Desktop.
Overcome NYT Paywall
body > div#app > div > div.css-mcm29f {
overflow: scroll;
}
body > div#app > div > div > div.css-1bd8bfl,
body > div#app > div > div#gateway-content {
display: none;
}
@aqlla
Copy link
Author

aqlla commented Dec 30, 2019

Using a Chrome/Firefox extension like Stylish, you can use this style code to automatically remove the paywall from the New York Times desktop webapp (as of 30 December 2019 at least).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment