From 3030379577cb1564e1819002377c6cac1ee7e736 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 6 Oct 2018 22:18:34 -0700 Subject: [PATCH] Removed dn.se, fixed thestar.com --- README.md | 3 +-- background.js | 7 ++++--- changelog.txt | 3 ++- manifest.json | 2 +- options.html | 2 ++ options.js | 3 +-- popup.html | 5 ++++- 7 files changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c626b79..30a19e3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ Crain's Chicago Business (chicagobusiness.com)\ Chicago Tribune (chicagotribune.com)\ Corriere Della Sera (corriere.it)\ Daily Press (dailypress.com)\ -Dagens Nyheter (dn.se)\ Denver Post (denverpost.com)\ The Economist (economist.com)\ Examiner (examiner.com.au)\ @@ -62,4 +61,4 @@ Wired (wired.com) -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. +-If a site doesn't work try turning off uBlock and refreshing. diff --git a/background.js b/background.js index a799ca6..846c450 100644 --- a/background.js +++ b/background.js @@ -11,7 +11,6 @@ var defaultSites = { 'Chicago Tribune': 'chicagotribune.com', 'Corriere Della Sera': 'corriere.it', 'Daily Press': 'dailypress.com', - 'Dagens Nyheter': 'dn.se', 'Denver Post': 'denverpost.com', 'The Economist': 'economist.com', 'Examiner': 'examiner.com.au', @@ -82,7 +81,8 @@ const allow_cookies = [ 'towardsdatascience.com', 'medium.com', 'theadvocate.com.au', -'examiner.com.au' +'examiner.com.au', +'thestar.com' ] // Removes cookies after page load @@ -103,7 +103,8 @@ const remove_cookies = [ 'towardsdatascience.com', 'medium.com', 'theadvocate.com.au', -'examiner.com.au' +'examiner.com.au', +'thestar.com' ] function setDefaultOptions() { diff --git a/changelog.txt b/changelog.txt index 970b5df..12f9dba 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,7 @@ Updates-- -2018-10-02 v1.3.10: Added The Adovcate (theadvocate.com.au), added Examiner (examiner.com.au) +2018-10-06 v1.3.11: Removed dn.se, fixed haaretz.co.il, fixed thestar.com +2018-10-02 v1.3.10: Added The Advocate (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/manifest.json b/manifest.json index 3eb5e67..afddf3f 100644 --- a/manifest.json +++ b/manifest.json @@ -43,5 +43,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.3.9" + "version": "1.3.11" } diff --git a/options.html b/options.html index 3f2d7e3..50597bf 100644 --- a/options.html +++ b/options.html @@ -1,6 +1,7 @@ + Bypass Paywalls Options