Adam 2019-11-21 20:53:38 -08:00
commit 62db2cba77
4 changed files with 9 additions and 2 deletions

View File

@ -73,6 +73,7 @@
[The Japan Times](https://www.japantimes.co.jp)\ [The Japan Times](https://www.japantimes.co.jp)\
[TheMarker](https://www.themarker.com)\ [TheMarker](https://www.themarker.com)\
[The Mercury News](https://www.mercurynews.com)\ [The Mercury News](https://www.mercurynews.com)\
[The Mercury Tasmania](https://www.themercury.com.au)\
[The Morning Call](https://www.mcall.com)\ [The Morning Call](https://www.mcall.com)\
[The Nation](https://www.thenation.com)\ [The Nation](https://www.thenation.com)\
[The New York Times](https://www.nytimes.com)\ [The New York Times](https://www.nytimes.com)\

View File

@ -69,6 +69,7 @@ var defaultSites = {
'The Hindu': 'thehindu.com', 'The Hindu': 'thehindu.com',
'The Japan Times': 'japantimes.co.jp', 'The Japan Times': 'japantimes.co.jp',
'TheMarker': 'themarker.com', 'TheMarker': 'themarker.com',
'The Mercury Tasmania': 'themercury.com.au',
'The Mercury News': 'mercurynews.com', 'The Mercury News': 'mercurynews.com',
'The Morning Call': 'mcall.com', 'The Morning Call': 'mcall.com',
'The Nation': 'thenation.com', 'The Nation': 'thenation.com',
@ -128,6 +129,7 @@ const allow_cookies = [
'theatlantic.com', 'theatlantic.com',
'theaustralian.com.au', 'theaustralian.com.au',
'thediplomat.com', 'thediplomat.com',
'themercury.com.au',
'thestar.com', 'thestar.com',
'towardsdatascience.com', 'towardsdatascience.com',
'trouw.nl', 'trouw.nl',
@ -198,8 +200,10 @@ const use_google_bot = [
'quora.com', 'quora.com',
'telegraph.co.uk', 'telegraph.co.uk',
'theaustralian.com.au', 'theaustralian.com.au',
'themercury.com.au',
'thetimes.co.uk', 'thetimes.co.uk',
'wsj.com', 'wsj.com',
'haaretz.co.il',
] ]
function setDefaultOptions() { function setDefaultOptions() {

View File

@ -106,6 +106,7 @@
"*://*.theadvocate.com.au/*", "*://*.theadvocate.com.au/*",
"*://*.theage.com.au/*", "*://*.theage.com.au/*",
"*://*.theaustralian.com.au/*", "*://*.theaustralian.com.au/*",
"*://*.themercury.com.au/*",
"*://*.afr.com/*", "*://*.afr.com/*",
"*://*.bostonglobe.com/*", "*://*.bostonglobe.com/*",
"*://*.bizjournals.com/*", "*://*.bizjournals.com/*",
@ -146,5 +147,5 @@
"*://*.thehindu.com/*", "*://*.thehindu.com/*",
"*://*.demorgen.be/*" "*://*.demorgen.be/*"
], ],
"version": "1.6.0" "version": "1.6.1"
} }

View File

@ -68,6 +68,7 @@ var defaultSites = {
'The Japan Times': 'japantimes.co.jp', 'The Japan Times': 'japantimes.co.jp',
'TheMarker': 'themarker.com', 'TheMarker': 'themarker.com',
'The Mercury News': 'mercurynews.com', 'The Mercury News': 'mercurynews.com',
'The Mercury Tasmania': 'themercury.com.au',
'The Morning Call': 'mcall.com', 'The Morning Call': 'mcall.com',
'The Nation': 'thenation.com', 'The Nation': 'thenation.com',
'The New York Times': 'nytimes.com', 'The New York Times': 'nytimes.com',