Adding bloomberg

master
Adam 2018-05-05 17:53:07 -07:00
parent c9e9941787
commit 6627369585
6 changed files with 7 additions and 2 deletions

View File

@ -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)\

View File

@ -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',

View File

@ -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)

View File

@ -28,5 +28,5 @@
"page": "options.html"
},
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
"version": "1.2.2"
"version": "1.2.3"
}

View File

@ -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',

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<div style="width:220px;">Bypass Paywalls v1.2.2 by Adam
<div style="width:220px;">Bypass Paywalls v1.2.3 by Adam
<a href="options.html">Options</a></div>
</body>
</html>