diff --git a/changelog.txt b/changelog.txt index a6b51f0..d12998d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,8 +4,9 @@ Updates: https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/release Post-release Remove Cellesche Zeitung (fix obsolete) -Fix Automobilwoche.de +Fix Automobilwoche.de (js) Fix Faz.net (json) +Fix The Art Newspaper (js) Fix Valor Economico (amp-redirect) * v3.1.0.0 (2023-03-19) diff --git a/custom/manifest.json b/custom/manifest.json index 53a0f53..7d7c612 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.1.0.3" + "version": "3.1.0.4" } diff --git a/manifest.json b/manifest.json index ad2c0f0..add838e 100644 --- a/manifest.json +++ b/manifest.json @@ -739,5 +739,5 @@ "*://*.wallkit.net/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.1.0.3" + "version": "3.1.0.4" } diff --git a/sites.js b/sites.js index 5112397..689d498 100644 --- a/sites.js +++ b/sites.js @@ -1792,7 +1792,7 @@ var defaultSites = { "The Art Newspaper": { domain: "theartnewspaper.com", allow_cookies: 1, - block_regex: /\.amazonaws.com\/production-website-scripts\/bouncer\.js/ + block_regex: /\.theartnewspaper\.com\/_next\/static\/chunks\/pages\/access-allowed-.+\.js/ }, "The Athletic": { domain: "###_usa_theathletic", diff --git a/sites_updated.json b/sites_updated.json index 99b5c29..9b0937e 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -39,6 +39,11 @@ "block_regex": "(\\.poool\\.fr\\/|cdn\\.ampproject\\.org\\/v\\d\\/amp-access-.+\\.js)", "cs_code": "[{\"cond\":\".amorce\",\"rm_elem\":1},{\"cond\":\".user-paying-content\",\"rm_attrib\":\"class|hidden\"}]" }, + "The Art Newspaper": { + "domain": "theartnewspaper.com", + "allow_cookies": 1, + "block_regex": "\\.theartnewspaper\\.com\\/_next\\/static\\/chunks\\/pages\\/access-allowed-.+\\.js" + }, "The Times Literary Supplement": { "domain": "the-tls.co.uk", "remove_cookies": 1,