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 Post-release
Remove Cellesche Zeitung (fix obsolete) Remove Cellesche Zeitung (fix obsolete)
Fix Automobilwoche.de Fix Automobilwoche.de (js)
Fix Faz.net (json) Fix Faz.net (json)
Fix The Art Newspaper (js)
Fix Valor Economico (amp-redirect) Fix Valor Economico (amp-redirect)
* v3.1.0.0 (2023-03-19) * v3.1.0.0 (2023-03-19)

View file

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

View file

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

View file

@ -1792,7 +1792,7 @@ var defaultSites = {
"The Art Newspaper": { "The Art Newspaper": {
domain: "theartnewspaper.com", domain: "theartnewspaper.com",
allow_cookies: 1, 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": { "The Athletic": {
domain: "###_usa_theathletic", domain: "###_usa_theathletic",

View file

@ -39,6 +39,11 @@
"block_regex": "(\\.poool\\.fr\\/|cdn\\.ampproject\\.org\\/v\\d\\/amp-access-.+\\.js)", "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\"}]" "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": { "The Times Literary Supplement": {
"domain": "the-tls.co.uk", "domain": "the-tls.co.uk",
"remove_cookies": 1, "remove_cookies": 1,