diff --git a/.gitignore b/.gitignore index 44ce34d..5a57038 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ web-ext-artifacts +/.vs diff --git a/README.md b/README.md index 1f1eb7a..7b71072 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ [The Atlantic](https://www.theatlantic.com)\ [The Australian](https://www.theaustralian.com.au)\ [The Australian Financial Review](https://www.afr.com)\ +[The Mercury Tasmania](https://www.themercury.com.au)\ [The Boston Globe](https://www.bostonglobe.com)\ [The Business Journals](https://www.bizjournals.com)\ [The Diplomat](https://www.thediplomat.com)\ diff --git a/background.js b/background.js index bcb58a8..b378e7c 100644 --- a/background.js +++ b/background.js @@ -65,6 +65,7 @@ var defaultSites = { 'The Herald': 'theherald.com.au', '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', @@ -117,6 +118,7 @@ const allow_cookies = [ 'telegraaf.nl', 'theadvocate.com.au', 'theaustralian.com.au', +'themercury.com.au', 'thestar.com', 'towardsdatascience.com', 'trouw.nl', @@ -174,6 +176,7 @@ const use_google_bot = [ 'nytimes.com', 'telegraph.co.uk', 'theaustralian.com.au', +'themercury.com.au', 'thetimes.co.uk', 'wsj.com', ] diff --git a/manifest.json b/manifest.json index 052c628..06703d5 100644 --- a/manifest.json +++ b/manifest.json @@ -103,6 +103,7 @@ "*://*.theadvocate.com.au/*", "*://*.theage.com.au/*", "*://*.theaustralian.com.au/*", + "*://*.themercury.com.au/*", "*://*.afr.com/*", "*://*.bostonglobe.com/*", "*://*.bizjournals.com/*", diff --git a/options.js b/options.js index 19a0d34..59609e5 100644 --- a/options.js +++ b/options.js @@ -56,6 +56,7 @@ var defaultSites = { 'The Atlantic': 'theatlantic.com', 'The Australian': 'theaustralian.com.au', 'The Australian Financial Review (javascript disabled)': 'afr.com', + 'The Mercury Tasmania': 'themercury.com.au', 'The Boston Globe (javascript disabled)': 'bostonglobe.com', 'The Business Journals': 'bizjournals.com', 'The Diplomat': 'thediplomat.com',