Added thestar.com
This commit is contained in:
parent
c210d9e07d
commit
cb34794526
@ -48,6 +48,7 @@ TheMarker (themarker.com)\
|
||||
The Business Journals (bizjournals.com)\
|
||||
The Seattle Times (seattletimes.com)\
|
||||
The Sydney Morning Herald (smh.com.au)\
|
||||
The Toronto Star (thestar.com)\
|
||||
The Washington Post (washingtonpost.com)\
|
||||
The Wall Street Journal (wsj.com)\
|
||||
Towards Data Science (towardsdatascience.com)\
|
||||
@ -58,4 +59,4 @@ Wired (wired.com)
|
||||
|
||||
-If WSJ stops working try removing all wsj.com site cookies.\
|
||||
-For The Denver Post turn off uBlock.\
|
||||
-If a site doesn't work trying turning off uBlock and refreshing.
|
||||
-If a site doesn't work trying turning off uBlock and refreshing.
|
||||
|
@ -47,6 +47,7 @@ var defaultSites = {
|
||||
'TheMarker': 'themarker.com',
|
||||
'The Seattle Times': 'seattletimes.com',
|
||||
'The Sydney Morning Herald': 'smh.com.au',
|
||||
'The Toronto Star': 'thestar.com',
|
||||
'The Washington Post': 'washingtonpost.com',
|
||||
'The Wall Street Journal': 'wsj.com',
|
||||
'Towards Data Science': 'towardsdatascience.com',
|
||||
@ -251,4 +252,4 @@ browser.webRequest.onCompleted.addListener(function(details) {
|
||||
}
|
||||
}, {
|
||||
urls: ["<all_urls>"]
|
||||
});
|
||||
});
|
||||
|
@ -45,6 +45,7 @@ var defaultSites = {
|
||||
'TheMarker': 'themarker.com',
|
||||
'The Seattle Times': 'seattletimes.com',
|
||||
'The Sydney Morning Herald': 'smh.com.au',
|
||||
'The Toronto Star': 'thestar.com',
|
||||
'The Washington Post': 'washingtonpost.com',
|
||||
'The Wall Street Journal': 'wsj.com',
|
||||
'Towards Data Science': 'towardsdatascience.com',
|
||||
|
Loading…
x
Reference in New Issue
Block a user