mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:57:48 +01:00
Add support for themercury.com.au
This commit is contained in:
parent
35b959ab00
commit
19a0bc1599
5 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
web-ext-artifacts
|
web-ext-artifacts
|
||||||
|
/.vs
|
||||||
|
|
|
@ -61,6 +61,7 @@
|
||||||
[The Atlantic](https://www.theatlantic.com)\
|
[The Atlantic](https://www.theatlantic.com)\
|
||||||
[The Australian](https://www.theaustralian.com.au)\
|
[The Australian](https://www.theaustralian.com.au)\
|
||||||
[The Australian Financial Review](https://www.afr.com)\
|
[The Australian Financial Review](https://www.afr.com)\
|
||||||
|
[The Mercury Tasmania](https://www.themercury.com.au)\
|
||||||
[The Boston Globe](https://www.bostonglobe.com)\
|
[The Boston Globe](https://www.bostonglobe.com)\
|
||||||
[The Business Journals](https://www.bizjournals.com)\
|
[The Business Journals](https://www.bizjournals.com)\
|
||||||
[The Diplomat](https://www.thediplomat.com)\
|
[The Diplomat](https://www.thediplomat.com)\
|
||||||
|
|
|
@ -65,6 +65,7 @@ var defaultSites = {
|
||||||
'The Herald': 'theherald.com.au',
|
'The Herald': 'theherald.com.au',
|
||||||
'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',
|
||||||
|
@ -117,6 +118,7 @@ const allow_cookies = [
|
||||||
'telegraaf.nl',
|
'telegraaf.nl',
|
||||||
'theadvocate.com.au',
|
'theadvocate.com.au',
|
||||||
'theaustralian.com.au',
|
'theaustralian.com.au',
|
||||||
|
'themercury.com.au',
|
||||||
'thestar.com',
|
'thestar.com',
|
||||||
'towardsdatascience.com',
|
'towardsdatascience.com',
|
||||||
'trouw.nl',
|
'trouw.nl',
|
||||||
|
@ -174,6 +176,7 @@ const use_google_bot = [
|
||||||
'nytimes.com',
|
'nytimes.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',
|
||||||
]
|
]
|
||||||
|
|
|
@ -103,6 +103,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/*",
|
||||||
|
|
|
@ -56,6 +56,7 @@ var defaultSites = {
|
||||||
'The Atlantic': 'theatlantic.com',
|
'The Atlantic': 'theatlantic.com',
|
||||||
'The Australian': 'theaustralian.com.au',
|
'The Australian': 'theaustralian.com.au',
|
||||||
'The Australian Financial Review (javascript disabled)': 'afr.com',
|
'The Australian Financial Review (javascript disabled)': 'afr.com',
|
||||||
|
'The Mercury Tasmania': 'themercury.com.au',
|
||||||
'The Boston Globe (javascript disabled)': 'bostonglobe.com',
|
'The Boston Globe (javascript disabled)': 'bostonglobe.com',
|
||||||
'The Business Journals': 'bizjournals.com',
|
'The Business Journals': 'bizjournals.com',
|
||||||
'The Diplomat': 'thediplomat.com',
|
'The Diplomat': 'thediplomat.com',
|
||||||
|
|
Loading…
Reference in a new issue