mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 08:07:47 +01:00
Cookie-fix for The Diplomat, Chicago Business, Chemical & Engineering News, The Age
Cookie-fix for The Diplomat, Chicago Business, Chemical & Engineering News, The Age. Collatoral damage of my maintenance to background.js. Until a new release you can install the Cookie Remover Add-on: https://addons.mozilla.org/en-US/firefox/addon/cookie-remover for these sites. Btw theharald.com.au has changed to newcastleherald.com.au (not changed), centralwesterndaily.com.au has no cookie-fix
This commit is contained in:
parent
1f03b3692b
commit
834ca15520
1 changed files with 437 additions and 429 deletions
|
@ -96,6 +96,8 @@ const allow_cookies = [
|
||||||
'ad.nl',
|
'ad.nl',
|
||||||
'asia.nikkei.com',
|
'asia.nikkei.com',
|
||||||
'bostonglobe.com',
|
'bostonglobe.com',
|
||||||
|
'cen.acs.org',
|
||||||
|
'chicagobusiness.com',
|
||||||
'denverpost.com',
|
'denverpost.com',
|
||||||
'economist.com',
|
'economist.com',
|
||||||
'ed.nl',
|
'ed.nl',
|
||||||
|
@ -116,7 +118,9 @@ const allow_cookies = [
|
||||||
'spectator.co.uk',
|
'spectator.co.uk',
|
||||||
'telegraaf.nl',
|
'telegraaf.nl',
|
||||||
'theadvocate.com.au',
|
'theadvocate.com.au',
|
||||||
|
'theage.com.au',
|
||||||
'theaustralian.com.au',
|
'theaustralian.com.au',
|
||||||
|
'thediplomat.com',
|
||||||
'thestar.com',
|
'thestar.com',
|
||||||
'towardsdatascience.com',
|
'towardsdatascience.com',
|
||||||
'trouw.nl',
|
'trouw.nl',
|
||||||
|
@ -131,6 +135,8 @@ const remove_cookies = [
|
||||||
'ad.nl',
|
'ad.nl',
|
||||||
'asia.nikkei.com',
|
'asia.nikkei.com',
|
||||||
'bostonglobe.com',
|
'bostonglobe.com',
|
||||||
|
'cen.acs.org',
|
||||||
|
'chicagobusiness.com',
|
||||||
'denverpost.com',
|
'denverpost.com',
|
||||||
'economist.com',
|
'economist.com',
|
||||||
'ed.nl',
|
'ed.nl',
|
||||||
|
@ -149,6 +155,8 @@ const remove_cookies = [
|
||||||
'spectator.co.uk',
|
'spectator.co.uk',
|
||||||
'telegraaf.nl',
|
'telegraaf.nl',
|
||||||
'theadvocate.com.au',
|
'theadvocate.com.au',
|
||||||
|
'theage.com.au',
|
||||||
|
'thediplomat.com',
|
||||||
'thestar.com',
|
'thestar.com',
|
||||||
'towardsdatascience.com',
|
'towardsdatascience.com',
|
||||||
'vn.nl',
|
'vn.nl',
|
||||||
|
|
Loading…
Reference in a new issue