Add support for themercury.com.au

master
Phil Price 2019-10-29 10:25:53 +11:00
parent 0fa95a8fcb
commit e03cd29be8
5 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
web-ext-artifacts
/.vs

View File

@ -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)\

View File

@ -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',
]

View File

@ -103,6 +103,7 @@
"*://*.theadvocate.com.au/*",
"*://*.theage.com.au/*",
"*://*.theaustralian.com.au/*",
"*://*.themercury.com.au/*",
"*://*.afr.com/*",
"*://*.bostonglobe.com/*",
"*://*.bizjournals.com/*",

View File

@ -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',