mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:31:57 +01:00
Fix Haaretz Group (anti-adblocker)
This commit is contained in:
parent
e7dcdd72b5
commit
bab4279ae8
5 changed files with 17 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
1
sites.js
1
sites.js
|
@ -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…
Reference in a new issue