diff --git a/.gitignore b/.gitignore index 5a57038..44ce34d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ web-ext-artifacts -/.vs diff --git a/README.md b/README.md index 7b71072..fca913d 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,6 @@ [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)\ @@ -70,6 +69,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/options.js b/options.js index 59609e5..5fd4362 100644 --- a/options.js +++ b/options.js @@ -56,7 +56,6 @@ 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', @@ -65,6 +64,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',