mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06: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',
|
||||
'asia.nikkei.com',
|
||||
'bostonglobe.com',
|
||||
'cen.acs.org',
|
||||
'chicagobusiness.com',
|
||||
'denverpost.com',
|
||||
'economist.com',
|
||||
'ed.nl',
|
||||
|
@ -116,7 +118,9 @@ const allow_cookies = [
|
|||
'spectator.co.uk',
|
||||
'telegraaf.nl',
|
||||
'theadvocate.com.au',
|
||||
'theage.com.au',
|
||||
'theaustralian.com.au',
|
||||
'thediplomat.com',
|
||||
'thestar.com',
|
||||
'towardsdatascience.com',
|
||||
'trouw.nl',
|
||||
|
@ -131,6 +135,8 @@ const remove_cookies = [
|
|||
'ad.nl',
|
||||
'asia.nikkei.com',
|
||||
'bostonglobe.com',
|
||||
'cen.acs.org',
|
||||
'chicagobusiness.com',
|
||||
'denverpost.com',
|
||||
'economist.com',
|
||||
'ed.nl',
|
||||
|
@ -149,6 +155,8 @@ const remove_cookies = [
|
|||
'spectator.co.uk',
|
||||
'telegraaf.nl',
|
||||
'theadvocate.com.au',
|
||||
'theage.com.au',
|
||||
'thediplomat.com',
|
||||
'thestar.com',
|
||||
'towardsdatascience.com',
|
||||
'vn.nl',
|
||||
|
@ -172,6 +180,7 @@ const remove_cookies_select_drop = {
|
|||
const use_google_bot = [
|
||||
'barrons.com',
|
||||
'nytimes.com',
|
||||
'quora.com',
|
||||
'telegraph.co.uk',
|
||||
'theaustralian.com.au',
|
||||
'thetimes.co.uk',
|
||||
|
|
Loading…
Reference in a new issue