Fix The Art Newspaper (js)

This commit is contained in:
magnolia1234 2023-03-22 18:21:30 +01:00
parent 37ef82dca6
commit 6798d64a30
5 changed files with 10 additions and 4 deletions

View file

@ -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)

View file

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.1.0.3"
"version": "3.1.0.4"
}

View file

@ -739,5 +739,5 @@
"*://*.wallkit.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.1.0.3"
"version": "3.1.0.4"
}

View file

@ -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",

View file

@ -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,