Fix The Atlantic

merge-requests/18/merge
magnolia1234 5 months ago
parent ef0583a8c9
commit 2d438b2093

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

@ -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…
Cancel
Save