mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-02 15:40:13 +00:00
Add support for themercury.com.au
This commit is contained in:
parent
35b959ab00
commit
19a0bc1599
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
web-ext-artifacts
|
||||
/.vs
|
||||
|
@ -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)\
|
||||
|
@ -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',
|
||||
]
|
||||
|
@ -103,6 +103,7 @@
|
||||
"*://*.theadvocate.com.au/*",
|
||||
"*://*.theage.com.au/*",
|
||||
"*://*.theaustralian.com.au/*",
|
||||
"*://*.themercury.com.au/*",
|
||||
"*://*.afr.com/*",
|
||||
"*://*.bostonglobe.com/*",
|
||||
"*://*.bizjournals.com/*",
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user