Fix theaustralian.com.au

master
Adam 2019-04-06 21:09:19 -07:00
parent 0de00645fb
commit b16c802173
4 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Bypass Paywalls for Firefox # Bypass Paywalls for Firefox
## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.2/bypass_paywalls-1.5.2-an+fx.xpi) ## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.3/bypass_paywalls-1.5.3-an+fx.xpi)
### Bypass the following sites' paywalls with this extension: ### Bypass the following sites' paywalls with this extension:

View File

@ -103,6 +103,7 @@ const allow_cookies = [
'irishtimes.com', 'irishtimes.com',
'hbr.org', 'hbr.org',
'nymag.com', 'nymag.com',
'theaustralian.com.au',
] ]
// Removes cookies after page load // Removes cookies after page load

View File

@ -44,5 +44,5 @@
"webRequest", "webRequest",
"webRequestBlocking" "webRequestBlocking"
], ],
"version": "1.5.2" "version": "1.5.3"
} }

View File

@ -18,7 +18,9 @@
{ "version": "1.5.1", { "version": "1.5.1",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.1/bypass_paywalls-1.5.1-an+fx.xpi" }, "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.1/bypass_paywalls-1.5.1-an+fx.xpi" },
{ "version": "1.5.2", { "version": "1.5.2",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.2/bypass_paywalls-1.5.2-an+fx.xpi" } "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.2/bypass_paywalls-1.5.2-an+fx.xpi" },
{ "version": "1.5.3",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.3/bypass_paywalls-1.5.3-an+fx.xpi" }
] ]
} }
} }