Add businessinsider.com, add bizjournals.com
This commit is contained in:
parent
ce24165d07
commit
880e707cd5
@ -18,6 +18,7 @@ Notes:
|
||||
Baltimore Sun (baltimoresun.com)\
|
||||
Barron's (barrons.com)\
|
||||
Bloomberg (bloomberg.com)\
|
||||
Business Insider (businessinsider.com)\
|
||||
Caixin (caixinglobal.com)\
|
||||
Crain's Chicago Business (chicagobusiness.com)\
|
||||
Chicago Tribune (chicagotribune.com)\
|
||||
@ -60,6 +61,7 @@ The Age (theage.com.au)\
|
||||
The Australian (theaustralian.com.au)\
|
||||
The Australian Financial Review (afr.com)\
|
||||
The Boston Globe (bostonglobe.com)\
|
||||
The Business Journals (bizjournals.com)\
|
||||
The Globe and Mail (theglobeandmail.com)\
|
||||
The Japan Times (japantimes.co.jp)\
|
||||
TheMarker (themarker.com)\
|
||||
|
@ -4,6 +4,7 @@ var defaultSites = {
|
||||
'Baltimore Sun': 'baltimoresun.com',
|
||||
'Barron\'s': 'barrons.com',
|
||||
'Bloomberg': 'bloomberg.com',
|
||||
'Business Insider': 'businessinsider.com',
|
||||
'Caixin': 'caixinglobal.com',
|
||||
'Crain\'s Chicago Business': 'chicagobusiness.com',
|
||||
'Chicago Tribune': 'chicagotribune.com',
|
||||
@ -47,6 +48,7 @@ var defaultSites = {
|
||||
'The Australian': 'theaustralian.com.au',
|
||||
'The Australian Financial Review': 'afr.com',
|
||||
'The Boston Globe': 'bostonglobe.com',
|
||||
'The Business Journals': 'bizjournals.com',
|
||||
'The Globe and Mail': 'theglobeandmail.com',
|
||||
'The Japan Times': 'japantimes.co.jp',
|
||||
'TheMarker': 'themarker.com',
|
||||
@ -214,7 +216,7 @@ chrome.webRequest.onBeforeRequest.addListener(function(details) {
|
||||
return {cancel: true};
|
||||
},
|
||||
{
|
||||
urls: ["*://*.thestar.com/*", "*://*.economist.com/*", "*://*.theglobeandmail.com/*", "*://*.afr.com/*"],
|
||||
urls: ["*://*.thestar.com/*", "*://*.economist.com/*", "*://*.theglobeandmail.com/*", "*://*.afr.com/*", "*://*.bizjournals.com/*", "*://*.businessinsider.com/*"],
|
||||
types: ["script"]
|
||||
},
|
||||
["blocking"]
|
||||
|
@ -2,6 +2,7 @@ var defaultSites = {
|
||||
'Baltimore Sun': 'baltimoresun.com',
|
||||
'Barron\'s': 'barrons.com',
|
||||
'Bloomberg': 'bloomberg.com',
|
||||
'Business Insider (javascript disabled)': 'businessinsider.com',
|
||||
'Caixin': 'caixinglobal.com',
|
||||
'Crain\'s Chicago Business': 'chicagobusiness.com',
|
||||
'Chicago Tribune': 'chicagotribune.com',
|
||||
@ -45,6 +46,7 @@ var defaultSites = {
|
||||
'The Australian': 'theaustralian.com.au',
|
||||
'The Australian Financial Review (javascript disabled)': 'afr.com',
|
||||
'The Boston Globe': 'bostonglobe.com',
|
||||
'The Business Journals (javascript disabled)': 'bizjournals.com',
|
||||
'The Globe and Mail (javascript disabled)': 'theglobeandmail.com',
|
||||
'The Japan Times': 'japantimes.co.jp',
|
||||
'TheMarker': 'themarker.com',
|
||||
|
Loading…
x
Reference in New Issue
Block a user