mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:27:48 +01:00
Add theatlantic.com
This commit is contained in:
parent
d3452abce2
commit
cc061e3768
4 changed files with 6 additions and 1 deletions
|
@ -51,6 +51,7 @@
|
|||
[SunSentinel](https://www.sun-sentinel.com)\
|
||||
[The Advocate](https://www.theadvocate.com.au)\
|
||||
[The Age](https://www.theage.com.au)\
|
||||
[The Atlantic](https://www.theatlantic.com)\
|
||||
[The Australian](https://www.theaustralian.com.au)\
|
||||
[The Australian Financial Review](https://www.afr.com)\
|
||||
[The Boston Globe](https://www.bostonglobe.com)\
|
||||
|
|
|
@ -48,6 +48,7 @@ var defaultSites = {
|
|||
'SunSentinel': 'sun-sentinel.com',
|
||||
'The Advocate': 'theadvocate.com.au',
|
||||
'The Age': 'theage.com.au',
|
||||
'The Atlantic': 'theatlantic.com',
|
||||
'The Australian': 'theaustralian.com.au',
|
||||
'The Australian Financial Review': 'afr.com',
|
||||
'The Boston Globe': 'bostonglobe.com',
|
||||
|
@ -142,6 +143,7 @@ const remove_cookies = [
|
|||
'handelsblatt.com',
|
||||
'thediplomat.com',
|
||||
'latimes.com',
|
||||
'theatlantic.com',
|
||||
]
|
||||
|
||||
// Override User-Agent with Googlebot
|
||||
|
|
|
@ -119,7 +119,8 @@
|
|||
"*://*.towardsdatascience.com/*",
|
||||
"*://*.vanityfair.com/*",
|
||||
"*://*.wired.com/*",
|
||||
"*://*.thediplomat.com/*"
|
||||
"*://*.thediplomat.com/*",
|
||||
"*://*.theatlantic.com/*"
|
||||
],
|
||||
"version": "1.5.9"
|
||||
}
|
||||
|
|
|
@ -46,6 +46,7 @@ var defaultSites = {
|
|||
'SunSentinel': 'sun-sentinel.com',
|
||||
'The Advocate': 'theadvocate.com.au',
|
||||
'The Age': 'theage.com.au',
|
||||
'The Atlantic': 'theatlantic.com',
|
||||
'The Australian': 'theaustralian.com.au',
|
||||
'The Australian Financial Review (javascript disabled)': 'afr.com',
|
||||
'The Boston Globe (javascript disabled)': 'bostonglobe.com',
|
||||
|
|
Loading…
Reference in a new issue