Update background.js

master
amraks85 2018-09-29 00:39:45 +10:00 committed by GitHub
parent 56ad46721b
commit 625378ea95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions

View File

@ -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() {