From 2190b328a611a47b0a9d7f9ebc1a2e6c78119fc5 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 3 Jun 2018 11:23:04 -0700 Subject: [PATCH] Added Wired.com --- background.js | 3 ++- changelog.txt | 2 ++ manifest.json | 2 +- options.html | 2 +- options.js | 3 ++- popup.html | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/background.js b/background.js index 60b96ab..14141f5 100644 --- a/background.js +++ b/background.js @@ -39,7 +39,8 @@ 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' }; const restrictions = { diff --git a/changelog.txt b/changelog.txt index 66ad3a9..4b4bdb4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ Updates-- +2018-06-03 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) 2018-05-10 v1.2.4: Fixed redirect issue @@ -57,3 +58,4 @@ The Seattle Times (seattletimes.com) The Sydney Morning Herald (smh.com.au) The Washington Post (washingtonpost.com) The Wall Street Journal (wsj.com) +Wired (wired.com) diff --git a/manifest.json b/manifest.json index 5405373..99ebd98 100644 --- a/manifest.json +++ b/manifest.json @@ -28,5 +28,5 @@ "page": "options.html" }, "permissions": [ "cookies", "", "storage", "webRequest", "webRequestBlocking"], - "version": "1.2.6" + "version": "1.2.7" } diff --git a/options.html b/options.html index 486b25d..3f2d7e3 100644 --- a/options.html +++ b/options.html @@ -15,7 +15,7 @@
Selected sites will have their cookies cleared and referer set to Google. You should - uncheck sites you have an account with or else you will be logged out at every visit. + uncheck sites you are logged in to otherwise you will be logged out on every visit.

diff --git a/options.js b/options.js index 23f3661..f80080a 100644 --- a/options.js +++ b/options.js @@ -37,7 +37,8 @@ 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' }; // Saves options to browser.storage diff --git a/popup.html b/popup.html index d747e8b..831263b 100644 --- a/popup.html +++ b/popup.html @@ -1,7 +1,7 @@ -
Bypass Paywalls v1.2.6 by Adam +
Bypass Paywalls v1.2.7 by Adam Options