mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:57:48 +01:00
Fix theaustralian.com.au
This commit is contained in:
parent
af1ecd1b4b
commit
5fb79031bc
4 changed files with 6 additions and 3 deletions
|
@ -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.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:
|
||||
|
||||
|
|
|
@ -103,6 +103,7 @@ const allow_cookies = [
|
|||
'irishtimes.com',
|
||||
'hbr.org',
|
||||
'nymag.com',
|
||||
'theaustralian.com.au',
|
||||
]
|
||||
|
||||
// Removes cookies after page load
|
||||
|
|
|
@ -44,5 +44,5 @@
|
|||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
"version": "1.5.2"
|
||||
"version": "1.5.3"
|
||||
}
|
|
@ -18,7 +18,9 @@
|
|||
{ "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" },
|
||||
{ "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" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue