diff --git a/README.md b/README.md index fef79bfc..2831e2b7 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,12 @@ 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)\ Financial Times (ft.com)\ Glassdoor (glassdoor.com)\ Haaretz (haaretz.co.il / haaretz.com)\ +Hacked (hacked.com)\ Hartford Courant (courant.com)\ Harvard Business Review (hbr.org)\ Het Financieele Dagblad (fd.nl)\ @@ -49,4 +51,5 @@ Wired (wired.com) ### Troubleshooting -If WSJ stops working try removing all wsj.com site cookies. +If WSJ stops working try removing all wsj.com site cookies.\ +For The Denver Post turn off uBlock. \ No newline at end of file diff --git a/background.js b/background.js index ef123090..e9a761f5 100644 --- a/background.js +++ b/background.js @@ -10,11 +10,13 @@ var defaultSites = { 'Corriere Della Sera': 'corriere.it', 'Daily Press': 'dailypress.com', 'Dagens Nyheter': 'dn.se', + 'Denver Post': 'denverpost.com', 'The Economist': 'economist.com', 'Financial Times': 'ft.com', 'Glassdoor': 'glassdoor.com', 'Haaretz': 'haaretz.co.il', 'Haaretz English': 'haaretz.com', + 'Hacked': 'hacked.com', 'Hartford Courant': 'courant.com', 'Harvard Business Review': 'hbr.org', 'Het Financieele Dagblad': 'fd.nl', @@ -62,7 +64,9 @@ const allow_cookies = [ 'theage.com.au', 'economist.com', 'bostonglobe.com', -'washingtonpost.com' +'washingtonpost.com', +'denverpost.com', +'hacked.com' ] // Removes cookies after page load @@ -75,7 +79,9 @@ const remove_cookies = [ 'theage.com.au', 'economist.com', 'bostonglobe.com', -'washingtonpost.com' +'washingtonpost.com', +'denverpost.com', +'hacked.com' ] function setDefaultOptions() { @@ -83,7 +89,6 @@ function setDefaultOptions() { sites: defaultSites }, function() { browser.runtime.openOptionsPage(); - // browser.tabs.create({ 'url': 'browser://extensions/?options=' + browser.runtime.id }); }); } diff --git a/changelog.txt b/changelog.txt index 44a7a252..3efd7488 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ Updates-- +2018-07-04 v1.3.0: Added The Denver Post (denverpost.com, note: need to turn off uBlock for this site), added Hacked (hacked.com) 2018-06-20 v1.2.10: Added The Business Journals (bizjournals.com) 2018-06-27 v1.2.9: Fixed The Washington Post (washingtonpost.com) 2018-06-22 v1.2.8: Added Vanity Fair (vanityfair.com), added The Globe and Mail (theglobeandmail.com) diff --git a/manifest.json b/manifest.json index c68ea716..ab3f4ac5 100644 --- a/manifest.json +++ b/manifest.json @@ -43,5 +43,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.2.10" + "version": "1.3.0" } diff --git a/options.js b/options.js index f0853afb..ca12b097 100644 --- a/options.js +++ b/options.js @@ -8,11 +8,13 @@ var defaultSites = { 'Corriere Della Sera': 'corriere.it', 'Daily Press': 'dailypress.com', 'Dagens Nyheter': 'dn.se', + 'Denver Post': 'denverpost.com', 'The Economist': 'economist.com', 'Financial Times': 'ft.com', 'Glassdoor': 'glassdoor.com', 'Haaretz': 'haaretz.co.il', 'Haaretz English': 'haaretz.com', + 'Hacked': 'hacked.com', 'Hartford Courant': 'courant.com', 'Harvard Business Review': 'hbr.org', 'Het Financieele Dagblad': 'fd.nl', diff --git a/popup.html b/popup.html index 639cd3eb..d457530a 100644 --- a/popup.html +++ b/popup.html @@ -1,7 +1,7 @@ -
Bypass Paywalls v1.2.10 by Adam +
Bypass Paywalls v1.3.0 by Adam Options