From 66273695850f4343ac8f2668965f5a5df0d677f2 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 5 May 2018 17:53:07 -0700 Subject: [PATCH] Adding bloomberg --- README.md | 1 + background.js | 1 + changelog.txt | 2 ++ manifest.json | 2 +- options.js | 1 + popup.html | 2 +- 6 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 092f82e..32c8195 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ The Age (theage.com.au)\ Baltimore Sun (baltimoresun.com)\ Barron's (barrons.com)\ +Bloomberg (bloomberg.com)\ Crain's Chicago Business (chicagobusiness.com)\ Chicago Tribune (chicagotribune.com)\ Corriere Della Sera (corriere.it)\ diff --git a/background.js b/background.js index 78d738e..fb1bd1e 100644 --- a/background.js +++ b/background.js @@ -4,6 +4,7 @@ var defaultSites = { 'The Age': 'theage.com.au', 'Baltimore Sun': 'baltimoresun.com', 'Barron\'s': 'barrons.com', + 'Bloomberg': 'bloomberg.com', 'Crain\'s Chicago Business': 'chicagobusiness.com', 'Chicago Tribune': 'chicagotribune.com', 'Corriere Della Sera': 'corriere.it', diff --git a/changelog.txt b/changelog.txt index eddcc6e..076f54c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,5 @@ Updates-- +2018-05-05 v1.2.3: Added Bloomberg (bloomberg.com) 2018-04-23 v1.2.2: Added the English Version of Haaretz website (haaretz.com) 2018-04-07 v1.2.1: Open Source'd Bypass Paywalls! Fixed The Economist (economist.com) 2018-04-05 v1.2.0: Added dark theme icon (thanks to Geoffrey De Belie), added Corriere Della Sera (corriere.it), added Dagens Nyheter (dn.se), fixed The Age (theage.com.au) @@ -17,6 +18,7 @@ Bypass the following sites' paywalls: The Age (theage.com.au) Baltimore Sun (baltimoresun.com) Barron's (barrons.com) +Bloomberg (bloomberg.com) Crain's Chicago Business (chicagobusiness.com) Chicago Tribune (chicagotribune.com) Corriere Della Sera (corriere.it) diff --git a/manifest.json b/manifest.json index 4940002..98a3885 100644 --- a/manifest.json +++ b/manifest.json @@ -28,5 +28,5 @@ "page": "options.html" }, "permissions": [ "cookies", "", "storage", "webRequest", "webRequestBlocking"], - "version": "1.2.2" + "version": "1.2.3" } diff --git a/options.js b/options.js index 633029a..866dcca 100644 --- a/options.js +++ b/options.js @@ -2,6 +2,7 @@ var defaultSites = { 'The Age': 'theage.com.au', 'Baltimore Sun': 'baltimoresun.com', 'Barron\'s': 'barrons.com', + 'Bloomberg': 'bloomberg.com', 'Crain\'s Chicago Business': 'chicagobusiness.com', 'Chicago Tribune': 'chicagotribune.com', 'Corriere Della Sera': 'corriere.it', diff --git a/popup.html b/popup.html index 6f6ead3..e835e58 100644 --- a/popup.html +++ b/popup.html @@ -1,7 +1,7 @@ -
Bypass Paywalls v1.2.2 by Adam +
Bypass Paywalls v1.2.3 by Adam Options