diff --git a/background.js b/background.js index bcb58a8..d7d2536 100644 --- a/background.js +++ b/background.js @@ -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',