Fix Haaretz Group (anti-adblocker)

merge-requests/18/merge
magnolia1234 5 months ago
parent e7dcdd72b5
commit bab4279ae8

@ -6,6 +6,7 @@ Post-release
Add Newsweek.pl (fetch from archive.is)
Remove Abendblatt.de (Funke; fix obsolete)
Fix Grupo Abril (js)
Fix Haaretz Group (anti-adblocker)
Fix LesEchos.fr
* v3.5.2.0 (2024-01-21)

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.5.2.2"
"version": "3.5.2.3"
}

@ -840,5 +840,5 @@
"*://archive.vn/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.5.2.2"
"version": "3.5.2.3"
}

@ -1051,6 +1051,7 @@ var defaultSites = {
"themarker.com"
],
allow_cookies: 1,
block_regex: /\.co(m|\.il)\/.+\/magazine\/page-.+\.js/,
useragent: "semrushbot",
cs_dompurify: 1
},

@ -45,6 +45,19 @@
"block_regex": "\\.abril\\.com\\.br\\/.+\\/abril-paywall\\/",
"upd_version": "3.5.2.1"
},
"Haaretz Group": {
"domain": "###_il_haaretz_group",
"group": [
"haaretz.co.il",
"haaretz.com",
"themarker.com"
],
"allow_cookies": 1,
"block_regex": "\\.co(m|\\.il)\\/.+\\/magazine\\/page-.+\\.js",
"useragent": "semrushbot",
"cs_dompurify": 1,
"upd_version": "3.5.2.3"
},
"Hearst Communications magazines": {
"domain": "###_usa_hearst_comm_mag",
"group": [

Loading…
Cancel
Save