Fix The Atlantic

This commit is contained in:
magnolia1234 2024-01-06 10:48:13 +01:00
parent ef0583a8c9
commit 2d438b2093
4 changed files with 9 additions and 3 deletions

View file

@ -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).)*$/,

View file

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

View file

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

View file

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