diff options
author | Peter | 2021-06-16 10:14:51 +0100 |
---|---|---|
committer | Peter | 2021-06-16 10:14:51 +0100 |
commit | c375cbd89b0910759107efb38590c777ee836d26 (patch) | |
tree | c14e930b0b0bb4cadde944595e05ac36574a16ea /content/posts/working-around-the-nytimes-paywall-in-firefox.md | |
parent | ff62dbd7907d79a54d582d2cad669109e9bae810 (diff) | |
download | blog.minskio.co.uk-c375cbd89b0910759107efb38590c777ee836d26.tar.gz blog.minskio.co.uk-c375cbd89b0910759107efb38590c777ee836d26.tar.bz2 blog.minskio.co.uk-c375cbd89b0910759107efb38590c777ee836d26.zip |
New article
Diffstat (limited to 'content/posts/working-around-the-nytimes-paywall-in-firefox.md')
-rw-r--r-- | content/posts/working-around-the-nytimes-paywall-in-firefox.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/content/posts/working-around-the-nytimes-paywall-in-firefox.md b/content/posts/working-around-the-nytimes-paywall-in-firefox.md new file mode 100644 index 0000000..d506738 --- /dev/null +++ b/content/posts/working-around-the-nytimes-paywall-in-firefox.md @@ -0,0 +1,17 @@ +--- +title: "Working around the NY Times paywall in Firefox" +date: 2021-06-16T09:53:00 +tags: ["Formats", "Linux", "Snippets", "Windows"] +--- + +I was recently linked to an [interesting article](https://www.nytimes.com/1997/01/21/science/seismic-mystery-in-australia-quake-meteor-or-nuclear-blast.html) on the New York Times website. However on trying to view this I was immediately blocked by the paywall despite this being the first article I'd read there. + +Not to be deterred by this and not wanting to wipe any browsing history or caches I investigated the cause. As you'd expect the cause of this (and all of lifes problems) is JavaScript. To work around this, you can disable JavaScript temporarily to read the article: + +* Browse to your article, receive the paywall notification + +* Open the developer tools, using the F12 key, or by selecting the 'Inspect' context menu entry. + +* Go to the Debugger tab and click the cog icon in the top right. + +* Select 'Disable JavaScript' and the page will reload, allowing you to read the article.
\ No newline at end of file |