From 11d1af72dd955fd8dca060b32d33da4ac36ea83b Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 26 Jun 2018 23:09:29 -0700 Subject: [PATCH] Bug fixes (washingtonpost.com) --- background.js | 4 +--- changelog.txt | 1 + manifest.json | 2 +- popup.html | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/background.js b/background.js index 58bf4bd..f2576b5 100644 --- a/background.js +++ b/background.js @@ -39,7 +39,7 @@ var defaultSites = { 'The Seattle Times': 'seattletimes.com', 'The Sydney Morning Herald': 'smh.com.au', 'The Washington Post': 'washingtonpost.com', - 'The Wall Street Journal': 'wsj.com' + 'The Wall Street Journal': 'wsj.com', 'Wired': 'wired.com' }; @@ -55,7 +55,6 @@ const allow_cookies = [ 'ft.com', 'letemps.ch', 'fd.nl', -'bostonglobe.com', 'mercurynews.com', 'theage.com.au', 'economist.com', @@ -68,7 +67,6 @@ const remove_cookies = [ 'ft.com', 'letemps.ch', 'fd.nl', -'bostonglobe.com', 'mercurynews.com', 'theage.com.au', 'economist.com', diff --git a/changelog.txt b/changelog.txt index 38794e7..a72a208 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ Updates-- +2018-06-26 v1.2.8: Bug fixes (washingtonpost.com) 2018-06-08 v1.2.7: Added Wired (wired.com) 2018-05-20 v1.2.6: Added TheMarker (themarker.com) 2018-05-12 v1.2.5: Fixed Boston Globe (bostonglobe.com) diff --git a/manifest.json b/manifest.json index 9895187..943346b 100644 --- a/manifest.json +++ b/manifest.json @@ -18,5 +18,5 @@ "page": "options.html" }, "permissions": [ "cookies", "", "storage", "webRequest", "webRequestBlocking"], - "version": "1.2.7" + "version": "1.2.8" } diff --git a/popup.html b/popup.html index e12539e..d58747a 100644 --- a/popup.html +++ b/popup.html @@ -1,7 +1,7 @@ -
Bypass Paywalls v1.2.7 by Adam +
Bypass Paywalls v1.2.8 by Adam
Options