Add WAtoday (Australia)
Additional paywall-scripts in background.js (reduntant with general paywall-script blocking).
This commit is contained in:
parent
02b0e238b0
commit
1dcde10e41
@ -35,8 +35,8 @@ Due to [Google internal policy](https://developer.chrome.com/webstore/program_po
|
||||
Visit the [Firefox repository](https://github.com/magnolia1234/bypass-paywalls-firefox-clean) of Bypass Paywall Clean.
|
||||
|
||||
**Notes**
|
||||
* This extension works best alongside the adblocker [uBlock Origin](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en). If you live in the EU, also consider installing the extension [I don't care about cookies
|
||||
](https://chrome.google.com/webstore/detail/i-dont-care-about-cookies/fihnjjcciajhdojfnbdddfaoknhalnja) in order to remove cookie warnings.
|
||||
* This extension works best alongside the adblocker [uBlock Origin](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en).
|
||||
* If you live in the EU, also consider installing the extension [I don't care about cookies](https://chrome.google.com/webstore/detail/i-dont-care-about-cookies/fihnjjcciajhdojfnbdddfaoknhalnja) in order to remove cookie warnings.
|
||||
* Do not delete extension's folder from your computer/smartphone or Bypass Paywalls Clean will disappear at restart.
|
||||
* Every time you open Chrome it may warn you about running extensions in developer mode, just click 🗙 to keep the extension enabled.
|
||||
* You will be logged out for any site you have checked.
|
||||
@ -138,7 +138,8 @@ Visit the [Firefox repository](https://github.com/magnolia1234/bypass-paywalls-f
|
||||
[The Spectator Australia](https://www.spectator.com.au) -
|
||||
[The Sydney Morning Herald](https://www.smh.com.au) –
|
||||
[The Weekly Times](https://www.weeklytimesnow.com.au) –
|
||||
[Townsville Bulletin](https://www.townsvillebulletin.com.au)
|
||||
[Townsville Bulletin](https://www.townsvillebulletin.com.au) -
|
||||
[WAtoday](https://www.watoday.com.au)
|
||||
|
||||
#### Canada
|
||||
[National Post](https://www.nationalpost.com) -
|
||||
|
@ -121,6 +121,7 @@ const use_google_bot = [
|
||||
var blockedRegexes = {
|
||||
'adweek.com': /.+\.lightboxcdn\.com\/.+/,
|
||||
'afr.com': /afr\.com\/assets\/vendorsReactRedux_client.+\.js/,
|
||||
'americanbanker.com': /.+\.tinypass\.com\/.+/,
|
||||
'bostonglobe.com': /meter\.bostonglobe\.com\/js\/.+/,
|
||||
'businessinsider.com': /(.+\.tinypass\.com\/.+|cdn\.onesignal\.com\/sdks\/.+\.js)/,
|
||||
'challenges.fr': /.+\.poool\.fr\/.+/,
|
||||
@ -151,6 +152,7 @@ var blockedRegexes = {
|
||||
'sloanreview.mit.edu': /.+\.tinypass\.com\/.+/,
|
||||
'spectator.co.uk': /.+\.tinypass\.com\/.+/,
|
||||
'spectator.com.au': /.+\.tinypass\.com\/.+/,
|
||||
'telegraph.co.uk': /.+\.tinypass\.com\/.+/,
|
||||
'theadvocate.com.au': /.+cdn-au\.piano\.io\/api\/tinypass.+\.js/,
|
||||
'thecourier.com.au': /.+cdn-au\.piano\.io\/api\/tinypass.+\.js/,
|
||||
'thedailybeast.com': /.+\.tinypass\.com\/.+/,
|
||||
|
@ -1,3 +1,4 @@
|
||||
{
|
||||
"——— Custom Sites (updates) ——": "###"
|
||||
"——— Custom Sites (updates) ——": "###",
|
||||
"WAtoday": "watoday.com.au"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user