diff --git a/README.md b/README.md index 0d7ac6c..ddfbc5b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bypass Paywalls for Firefox -## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.8/bypass_paywalls-1.5.8-an+fx.xpi) +## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.9/bypass_paywalls-1.5.9-an+fx.xpi) ### Bypass the following sites' paywalls with this extension diff --git a/background.js b/background.js index 7192285..b8ee990 100644 --- a/background.js +++ b/background.js @@ -141,6 +141,7 @@ const remove_cookies = [ 'volkskrant.nl', 'handelsblatt.com', 'thediplomat.com', +'latimes.com', ] // Override User-Agent with Googlebot diff --git a/manifest.json b/manifest.json index 6a297eb..365e213 100644 --- a/manifest.json +++ b/manifest.json @@ -91,7 +91,6 @@ "*://*.paloaltoonline.com/*", "*://*.quora.com/*", "*://*.sun-sentinel.com/*", - "*://*.techinasia.com/*", "*://*.theadvocate.com.au/*", "*://*.theage.com.au/*", "*://*.theaustralian.com.au/*", @@ -122,5 +121,5 @@ "*://*.wired.com/*", "*://*.thediplomat.com/*" ], - "version": "1.5.8" + "version": "1.5.9" } diff --git a/updates.json b/updates.json index fbb4859..f5c08fa 100644 --- a/updates.json +++ b/updates.json @@ -28,7 +28,9 @@ { "version": "1.5.7", "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.7/bypass_paywalls-1.5.7-an+fx.xpi" }, { "version": "1.5.8", - "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.8/bypass_paywalls-1.5.8-an+fx.xpi" } + "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.8/bypass_paywalls-1.5.8-an+fx.xpi" }, + { "version": "1.5.9", + "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.9/bypass_paywalls-1.5.9-an+fx.xpi" } ] } }