From 625378ea9536953a608bbbe7865b84caaeccae4a Mon Sep 17 00:00:00 2001 From: amraks85 <43678213+amraks85@users.noreply.github.com> Date: Sat, 29 Sep 2018 00:39:45 +1000 Subject: [PATCH] Update background.js --- background.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/background.js b/background.js index 90e39b8..595f08a 100644 --- a/background.js +++ b/background.js @@ -53,7 +53,9 @@ var defaultSites = { 'The Wall Street Journal': 'wsj.com', 'Towards Data Science': 'towardsdatascience.com', 'Vanity Fair': 'vanityfair.com', - 'Wired': 'wired.com' + 'Wired': 'wired.com', + 'The Advocate': 'theadvocate.com.au', + 'Examiner': 'examiner.com.au' }; const restrictions = { @@ -78,7 +80,9 @@ const allow_cookies = [ 'newstatesman.com', 'spectator.co.uk', 'towardsdatascience.com', -'medium.com' +'medium.com', +'theadvocate.com.au', +'examiner.com.au' ] // Removes cookies after page load @@ -97,7 +101,9 @@ const remove_cookies = [ 'newstatesman.com', 'spectator.co.uk', 'towardsdatascience.com', -'medium.com' +'medium.com', +'theadvocate.com.au', +'examiner.com.au' ] function setDefaultOptions() {