Fix WaPo (js)

master
magnolia1234 1 month ago
parent 70c76e7167
commit 593e5b77ce

@ -6,6 +6,7 @@ Post-release
Add OVB Media (opt-in to custom sites for unlisted)
Add Private Media AU
Fix The Economist (regwall)
Fix WaPo (js)
Update custom sites (block_regex_ignore_default)
* v3.6.3.0 (2024-04-07)

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.6.3.3"
"version": "3.6.3.4"
}

@ -876,5 +876,5 @@
"*://archive.vn/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.6.3.3"
"version": "3.6.3.4"
}

@ -2767,7 +2767,7 @@ var defaultSites = {
"The Washington Post": {
domain: "washingtonpost.com",
allow_cookies: 1,
block_regex: /\.washingtonpost\.com\/tetro\/metering\/evaluate/
block_regex: /\.washingtonpost\.com\/subscribe\/static\/tetro-client\/fusion\/tetro\.min\.js/
},
"The Week (regwall)": {
domain: "theweek.com",

@ -115,6 +115,12 @@
"ld_json_url": "div[data-enterprise-agreement-paywall='true']|div.paywall-mandy",
"upd_version": "3.6.3.1"
},
"The Washington Post": {
"domain": "washingtonpost.com",
"allow_cookies": 1,
"block_regex": "\\.washingtonpost\\.com\\/subscribe\\/static\\/tetro-client\\/fusion\\/tetro\\.min\\.js",
"upd_version": "3.6.3.4"
},
"WirtschaftsWoche": {
"domain": "wiwo.de",
"allow_cookies": 1,

Loading…
Cancel
Save