mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:27:48 +01:00
Add WAtoday (Australia)
Additional paywall-scripts in background.js (reduntant with general paywall-script blocking).
This commit is contained in:
parent
2122a46044
commit
1241605cb8
3 changed files with 8 additions and 4 deletions
|
@ -112,7 +112,8 @@
|
|||
[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) -
|
||||
|
@ -239,6 +240,7 @@ You can submit a request for a new website [here](https://github.com/magnolia123
|
|||
### Troubleshooting
|
||||
* This add-on works best alongside [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/).
|
||||
* If a site doesn't work try turning off uBlock and refreshing.
|
||||
* If you live in the EU, also consider installing the extension [I don't care about cookies](https://addons.mozilla.org/en-US/firefox/addon/i-dont-care-about-cookies) in order to remove cookie warnings.
|
||||
* Make sure the (new) site is checked under Options.
|
||||
|
||||
### Changelog
|
||||
|
|
|
@ -76,7 +76,6 @@ const remove_cookies_select_hold = {
|
|||
// select only specific cookie(s) to drop from remove_cookies domains
|
||||
const remove_cookies_select_drop = {
|
||||
'ad.nl': ['temptationTrackingId'],
|
||||
|
||||
'caixinglobal.com': ['CAIXINGLB_LOGIN_UUID'],
|
||||
'demorgen.be': ['TID_ID'],
|
||||
'dn.se': ['randomSplusId'],
|
||||
|
@ -120,6 +119,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\/.+/,
|
||||
|
@ -150,6 +150,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…
Reference in a new issue