mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:51:58 +01:00
Fix The Atlantic
This commit is contained in:
parent
ef0583a8c9
commit
2d438b2093
4 changed files with 9 additions and 3 deletions
|
@ -40,7 +40,6 @@ var restrictions = {
|
|||
'statista.com': /^((?!\.statista\.com\/study\/).)*$/,
|
||||
'tagesspiegel.de': /^((?!\/(background|checkpoint)\.tagesspiegel\.de\/).)*$/,
|
||||
'techinasia.com': /\.techinasia\.com\/.+/,
|
||||
'theatlantic.com': /^((?!\/newsletters\.theatlantic\.com\/).)*$/,
|
||||
'thetimes.co.uk': /^((?!epaper\.thetimes\.co\.uk).)*$/,
|
||||
'timeshighereducation.com': /\.timeshighereducation\.com\/((features|news|people)\/|.+((\w)+(\-)+){3,}.+|sites\/default\/files\/)/,
|
||||
'uol.com.br': /^((?!(conta|email|piaui\.folha)\.uol\.com\.br).)*$/,
|
||||
|
|
|
@ -9,6 +9,7 @@ Remove Bhaskar (fix obsolete)
|
|||
Remove Westfalische Mediengruppe (fix obsolete)
|
||||
Fix Ad.nl (reduced only)
|
||||
Fix Haaretz Group (Semrushbot)
|
||||
Fix The Atlantic (menu & footer)
|
||||
Fix The Diplomat (magazine)
|
||||
Fix Times of India (epaper)
|
||||
Update custom sites (custom useragent/referer)
|
||||
|
|
4
sites.js
4
sites.js
|
@ -2200,8 +2200,8 @@ var defaultSites = {
|
|||
},
|
||||
"The Atlantic": {
|
||||
domain: "theatlantic.com",
|
||||
block_regex: /cdn\.theatlantic\.com\/_next\/static\/chunks\/pages\/.+\/archive\//,
|
||||
remove_cookies_select_drop: ["articleViews"]
|
||||
remove_cookies_select_drop: ["articleViews"],
|
||||
useragent: "googlebot"
|
||||
},
|
||||
"The Baffler": {
|
||||
domain: "thebaffler.com",
|
||||
|
|
|
@ -136,6 +136,12 @@
|
|||
"block_regex": "\\.spglobal\\.com\\/script\\.js",
|
||||
"upd_version": "3.4.8.1"
|
||||
},
|
||||
"The Atlantic": {
|
||||
"domain": "theatlantic.com",
|
||||
"remove_cookies_select_drop": ["articleViews"],
|
||||
"useragent": "googlebot",
|
||||
"upd_version": "3.4.9.8"
|
||||
},
|
||||
"The Economist": {
|
||||
"domain": "economist.com",
|
||||
"allow_cookies": 1,
|
||||
|
|
Loading…
Reference in a new issue