Fix WaPo (js)

master
magnolia1234 2 months ago
parent 70c76e7167
commit 593e5b77ce

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

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

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

@ -2767,7 +2767,7 @@ var defaultSites = {
"The Washington Post": { "The Washington Post": {
domain: "washingtonpost.com", domain: "washingtonpost.com",
allow_cookies: 1, 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)": { "The Week (regwall)": {
domain: "theweek.com", domain: "theweek.com",

@ -115,6 +115,12 @@
"ld_json_url": "div[data-enterprise-agreement-paywall='true']|div.paywall-mandy", "ld_json_url": "div[data-enterprise-agreement-paywall='true']|div.paywall-mandy",
"upd_version": "3.6.3.1" "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": { "WirtschaftsWoche": {
"domain": "wiwo.de", "domain": "wiwo.de",
"allow_cookies": 1, "allow_cookies": 1,

Loading…
Cancel
Save