diff --git a/README.md b/README.md index c60c213..c626b79 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Daily Press (dailypress.com)\ Dagens Nyheter (dn.se)\ Denver Post (denverpost.com)\ The Economist (economist.com)\ +Examiner (examiner.com.au)\ Financial Times (ft.com)\ Glassdoor (glassdoor.com)\ Haaretz (haaretz.co.il / haaretz.com)\ @@ -32,6 +33,7 @@ New Statesman (newstatesman.com)\ MIT Technology Review (technologyreview.com)\ Nikkei Asian Review (asia.nikkei.com)\ NRC (nrc.nl)\ +The Advocate (theadvocate.com.au)\ The Boston Globe (bostonglobe.com)\ The Globe and Mail (theglobeandmail.com)\ The Japan Times (japantimes.co.jp)\ diff --git a/background.js b/background.js index 90e39b8..636dd4a 100644 --- a/background.js +++ b/background.js @@ -14,6 +14,7 @@ var defaultSites = { 'Dagens Nyheter': 'dn.se', 'Denver Post': 'denverpost.com', 'The Economist': 'economist.com', + 'Examiner': 'examiner.com.au', 'Financial Times': 'ft.com', 'Glassdoor': 'glassdoor.com', 'Haaretz': 'haaretz.co.il', @@ -31,6 +32,7 @@ var defaultSites = { 'New Statesman': 'newstatesman.com', 'Nikkei Asian Review': 'asia.nikkei.com', 'NRC': 'nrc.nl', + 'The Advocate': 'theadvocate.com.au', 'The Boston Globe': 'bostonglobe.com', 'The Business Journals': 'bizjournals.com', 'The Globe and Mail': 'theglobeandmail.com', @@ -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() { diff --git a/changelog.txt b/changelog.txt index fff56c7..970b5df 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ Updates-- +2018-10-02 v1.3.10: Added The Adovcate (theadvocate.com.au), added Examiner (examiner.com.au) 2018-09-09 v1.3.9: Added japantimes.co.jp 2018-08-31 v1.3.8: Added thestar.com 2018-07-22 v1.3.7: Added towardsdatascience.com, fixed medium.com diff --git a/options.js b/options.js index b7c0c98..ea46a0f 100644 --- a/options.js +++ b/options.js @@ -12,6 +12,7 @@ var defaultSites = { 'Dagens Nyheter': 'dn.se', 'Denver Post': 'denverpost.com', 'The Economist': 'economist.com', + 'Examiner': 'examiner.com.au', 'Financial Times': 'ft.com', 'Glassdoor': 'glassdoor.com', 'Haaretz': 'haaretz.co.il', @@ -29,6 +30,7 @@ var defaultSites = { 'New Statesman': 'newstatesman.com', 'Nikkei Asian Review': 'asia.nikkei.com', 'NRC': 'nrc.nl', + 'The Advocate': 'theadvocate.com.au', 'The Boston Globe': 'bostonglobe.com', 'The Business Journals': 'bizjournals.com', 'The Globe and Mail': 'theglobeandmail.com', diff --git a/popup.html b/popup.html index 82bcda3..9e2cfbb 100644 --- a/popup.html +++ b/popup.html @@ -1,7 +1,7 @@ -
Bypass Paywalls v1.3.9 by Adam +
Bypass Paywalls v1.3.10 by Adam Options