From 593e5b77ce9cf25885ec0d258e65f4238d0877b3 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Thu, 11 Apr 2024 08:27:56 +0200 Subject: [PATCH] Fix WaPo (js) --- changelog.txt | 1 + custom/manifest.json | 2 +- manifest.json | 2 +- sites.js | 2 +- sites_updated.json | 6 ++++++ 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index ca34861..3fbea6d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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) diff --git a/custom/manifest.json b/custom/manifest.json index ba1fca9..1114bb4 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.6.3.3" + "version": "3.6.3.4" } diff --git a/manifest.json b/manifest.json index 03cd302..bfa8c63 100644 --- a/manifest.json +++ b/manifest.json @@ -876,5 +876,5 @@ "*://archive.vn/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.6.3.3" + "version": "3.6.3.4" } diff --git a/sites.js b/sites.js index 96e72b1..117cace 100644 --- a/sites.js +++ b/sites.js @@ -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", diff --git a/sites_updated.json b/sites_updated.json index e2c6f1a..775ba76 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -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,