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 01/10] 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() { From 25302117634595d72fc4156c93b6517a28e7ebcd Mon Sep 17 00:00:00 2001 From: amraks85 <43678213+amraks85@users.noreply.github.com> Date: Sun, 30 Sep 2018 16:24:36 +1000 Subject: [PATCH 02/10] Update options.js --- options.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/options.js b/options.js index b7c0c98..64ec396 100644 --- a/options.js +++ b/options.js @@ -51,7 +51,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' }; // Saves options to browser.storage From 2d111ab6087c68a263fde917d3463720f21b83f6 Mon Sep 17 00:00:00 2001 From: amraks85 <43678213+amraks85@users.noreply.github.com> Date: Sun, 30 Sep 2018 16:24:59 +1000 Subject: [PATCH 03/10] Update options.js --- options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.js b/options.js index 64ec396..a436a23 100644 --- a/options.js +++ b/options.js @@ -52,7 +52,7 @@ var defaultSites = { 'Towards Data Science': 'towardsdatascience.com', 'Vanity Fair': 'vanityfair.com', 'Wired': 'wired.com', - 'The Advocate': 'theadvocate.com.au' + 'The Advocate': 'theadvocate.com.au', 'Examiner': 'examiner.com.au' }; From 3281f2363042d4b3c5130dc713e262bae7f9230e Mon Sep 17 00:00:00 2001 From: amraks85 <43678213+amraks85@users.noreply.github.com> Date: Tue, 2 Oct 2018 11:52:35 +1000 Subject: [PATCH 04/10] Update background.js --- background.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/background.js b/background.js index 595f08a..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', @@ -53,9 +55,7 @@ var defaultSites = { 'The Wall Street Journal': 'wsj.com', 'Towards Data Science': 'towardsdatascience.com', 'Vanity Fair': 'vanityfair.com', - 'Wired': 'wired.com', - 'The Advocate': 'theadvocate.com.au', - 'Examiner': 'examiner.com.au' + 'Wired': 'wired.com' }; const restrictions = { From ee4cd18a12f71d5e31bd8b6f534b5eaa259c10e0 Mon Sep 17 00:00:00 2001 From: amraks85 <43678213+amraks85@users.noreply.github.com> Date: Tue, 2 Oct 2018 11:56:32 +1000 Subject: [PATCH 05/10] Update changelog.txt --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index fff56c7..c512aa9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ Updates-- +2018-10-02 v1.3.10: Added theadvocate.com.au, 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 From 0fc8bf45dd80460f0e5d1e25b7a31d384b9db693 Mon Sep 17 00:00:00 2001 From: amraks85 <43678213+amraks85@users.noreply.github.com> Date: Tue, 2 Oct 2018 11:58:35 +1000 Subject: [PATCH 06/10] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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)\ From d2e69c9e151120ba8bee6a4eac73809fee61194b Mon Sep 17 00:00:00 2001 From: amraks85 <43678213+amraks85@users.noreply.github.com> Date: Tue, 2 Oct 2018 12:03:00 +1000 Subject: [PATCH 07/10] Update options.js --- options.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/options.js b/options.js index a436a23..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', @@ -51,9 +53,7 @@ var defaultSites = { 'The Wall Street Journal': 'wsj.com', 'Towards Data Science': 'towardsdatascience.com', 'Vanity Fair': 'vanityfair.com', - 'Wired': 'wired.com', - 'The Advocate': 'theadvocate.com.au', - 'Examiner': 'examiner.com.au' + 'Wired': 'wired.com' }; // Saves options to browser.storage From 61876c610b776ef1f26d84faf0897b94701f773a Mon Sep 17 00:00:00 2001 From: amraks85 <43678213+amraks85@users.noreply.github.com> Date: Tue, 2 Oct 2018 12:04:07 +1000 Subject: [PATCH 08/10] Update popup.html --- popup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
From 17ba0e608f7152ec8395eaf297c75ffb3a78f39a Mon Sep 17 00:00:00 2001 From: amraks85 <43678213+amraks85@users.noreply.github.com> Date: Tue, 2 Oct 2018 12:24:57 +1000 Subject: [PATCH 09/10] Update changelog.txt --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index c512aa9..37d3e55 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ Updates-- -2018-10-02 v1.3.10: Added theadvocate.com.au, examiner.com.au +2018-10-02 v1.3.10: Added The Adovcate (theadvocate), 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 From ab7b424756691a8070f1d2d91e05f6270b043b1a Mon Sep 17 00:00:00 2001 From: amraks85 <43678213+amraks85@users.noreply.github.com> Date: Tue, 2 Oct 2018 12:28:54 +1000 Subject: [PATCH 10/10] Update changelog.txt --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 37d3e55..970b5df 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ Updates-- -2018-10-02 v1.3.10: Added The Adovcate (theadvocate), added Examiner (examiner.com.au) +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