From c375cbd89b0910759107efb38590c777ee836d26 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 16 Jun 2021 10:14:51 +0100 Subject: New article --- .../working-around-the-nytimes-paywall-in-firefox.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/posts/working-around-the-nytimes-paywall-in-firefox.md (limited to 'content/posts') 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 -- cgit v1.2.3