From a8e5f50f1376f05255576e6070388a45582bb91f Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 22 Jul 2018 19:22:07 -0700 Subject: [PATCH] Add towardsdatascience.com, fix medium.com --- README.md | 6 ++++-- background.js | 9 +++++++-- changelog.txt | 1 + manifest.json | 2 +- options.js | 1 + popup.html | 2 +- 6 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0fadd4d3..2d51dfd2 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,12 @@ The Seattle Times (seattletimes.com)\ The Sydney Morning Herald (smh.com.au)\ The Washington Post (washingtonpost.com)\ The Wall Street Journal (wsj.com)\ +Towards Data Science (towardsdatascience.com)\ Vanity Fair (vanityfair.com)\ Wired (wired.com) ### Troubleshooting -If WSJ stops working try removing all wsj.com site cookies.\ -For The Denver Post turn off uBlock. \ No newline at end of file +-If WSJ stops working try removing all wsj.com site cookies.\ +-For The Denver Post turn off uBlock.\ +-If a site doesn't work trying turning off uBlock and refreshing. \ No newline at end of file diff --git a/background.js b/background.js index ee9fde54..b6fd181c 100644 --- a/background.js +++ b/background.js @@ -49,6 +49,7 @@ var defaultSites = { 'The Sydney Morning Herald': 'smh.com.au', 'The Washington Post': 'washingtonpost.com', 'The Wall Street Journal': 'wsj.com', + 'Towards Data Science': 'towardsdatascience.com', 'Vanity Fair': 'vanityfair.com', 'Wired': 'wired.com' }; @@ -73,7 +74,9 @@ const allow_cookies = [ 'hacked.com', 'ocregister.com', 'newstatesman.com', -'spectator.co.uk' +'spectator.co.uk', +'towardsdatascience.com', +'medium.com' ] // Removes cookies after page load @@ -90,7 +93,9 @@ const remove_cookies = [ 'hacked.com', 'ocregister.com', 'newstatesman.com', -'spectator.co.uk' +'spectator.co.uk', +'towardsdatascience.com', +'medium.com' ] function setDefaultOptions() { diff --git a/changelog.txt b/changelog.txt index 6af7ccd7..ea26e22a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ Updates-- +2018-07-22 v1.3.7: Added towardsdatascience.com, fixed medium.com 2018-07-22 v1.3.6: Added spectator.co.uk 2018-07-22 v1.3.5: Added newstatesman.com 2018-07-15 v1.3.4: Added OC Register (ocregister.com), added Caixin (caixinglobal.com) diff --git a/manifest.json b/manifest.json index 78f46e02..c50f4be3 100644 --- a/manifest.json +++ b/manifest.json @@ -43,5 +43,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.3.6" + "version": "1.3.7" } diff --git a/options.js b/options.js index d78c9dbc..303746dd 100644 --- a/options.js +++ b/options.js @@ -47,6 +47,7 @@ var defaultSites = { 'The Sydney Morning Herald': 'smh.com.au', 'The Washington Post': 'washingtonpost.com', 'The Wall Street Journal': 'wsj.com', + 'Towards Data Science': 'towardsdatascience.com', 'Vanity Fair': 'vanityfair.com', 'Wired': 'wired.com' }; diff --git a/popup.html b/popup.html index c57943b1..b3875bc6 100644 --- a/popup.html +++ b/popup.html @@ -1,7 +1,7 @@ -
Bypass Paywalls v1.3.6 by Adam +
Bypass Paywalls v1.3.7 by Adam Options