diff --git a/README.md b/README.md index da0c1fa..6a94e9f 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ [The Japan Times](https://www.japantimes.co.jp)\ [TheMarker](https://www.themarker.com)\ [The Mercury News](https://www.mercurynews.com)\ +[The Mercury Tasmania](https://www.themercury.com.au)\ [The Morning Call](https://www.mcall.com)\ [The Nation](https://www.thenation.com)\ [The New York Times](https://www.nytimes.com)\ diff --git a/background.js b/background.js index a8d5178..9bee6ae 100644 --- a/background.js +++ b/background.js @@ -69,6 +69,7 @@ var defaultSites = { 'The Hindu': 'thehindu.com', 'The Japan Times': 'japantimes.co.jp', 'TheMarker': 'themarker.com', + 'The Mercury Tasmania': 'themercury.com.au', 'The Mercury News': 'mercurynews.com', 'The Morning Call': 'mcall.com', 'The Nation': 'thenation.com', @@ -128,6 +129,7 @@ const allow_cookies = [ 'theatlantic.com', 'theaustralian.com.au', 'thediplomat.com', +'themercury.com.au', 'thestar.com', 'towardsdatascience.com', 'trouw.nl', @@ -198,8 +200,10 @@ const use_google_bot = [ 'quora.com', 'telegraph.co.uk', 'theaustralian.com.au', +'themercury.com.au', 'thetimes.co.uk', -'wsj.com', +'wsj.com', +'haaretz.co.il', ] function setDefaultOptions() { diff --git a/manifest.json b/manifest.json index 93694bf..ed473e7 100644 --- a/manifest.json +++ b/manifest.json @@ -106,6 +106,7 @@ "*://*.theadvocate.com.au/*", "*://*.theage.com.au/*", "*://*.theaustralian.com.au/*", + "*://*.themercury.com.au/*", "*://*.afr.com/*", "*://*.bostonglobe.com/*", "*://*.bizjournals.com/*", @@ -146,5 +147,5 @@ "*://*.thehindu.com/*", "*://*.demorgen.be/*" ], - "version": "1.6.0" + "version": "1.6.1" } diff --git a/options.js b/options.js index 5f40578..d5f7386 100644 --- a/options.js +++ b/options.js @@ -68,6 +68,7 @@ var defaultSites = { 'The Japan Times': 'japantimes.co.jp', 'TheMarker': 'themarker.com', 'The Mercury News': 'mercurynews.com', + 'The Mercury Tasmania': 'themercury.com.au', 'The Morning Call': 'mcall.com', 'The Nation': 'thenation.com', 'The New York Times': 'nytimes.com',