mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:57:48 +01:00
Merge pull request #358 from magnolia1234/master
Cookie-fix for The Diplomat, Chicago Business, Chemical & Engineering News, The Age & fix Quora
This commit is contained in:
commit
f86e11336e
1 changed files with 9 additions and 0 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',
|
||||||
|
@ -172,6 +180,7 @@ const remove_cookies_select_drop = {
|
||||||
const use_google_bot = [
|
const use_google_bot = [
|
||||||
'barrons.com',
|
'barrons.com',
|
||||||
'nytimes.com',
|
'nytimes.com',
|
||||||
|
'quora.com',
|
||||||
'telegraph.co.uk',
|
'telegraph.co.uk',
|
||||||
'theaustralian.com.au',
|
'theaustralian.com.au',
|
||||||
'thetimes.co.uk',
|
'thetimes.co.uk',
|
||||||
|
|
Loading…
Reference in a new issue