mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:27:48 +01:00
Fix The Art Newspaper (js)
This commit is contained in:
parent
37ef82dca6
commit
6798d64a30
5 changed files with 10 additions and 4 deletions
|
@ -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)
|
||||||
|
|
|
@ -51,5 +51,5 @@
|
||||||
"webRequestBlocking",
|
"webRequestBlocking",
|
||||||
"*://*/*"
|
"*://*/*"
|
||||||
],
|
],
|
||||||
"version": "3.1.0.3"
|
"version": "3.1.0.4"
|
||||||
}
|
}
|
||||||
|
|
|
@ -739,5 +739,5 @@
|
||||||
"*://*.wallkit.net/*",
|
"*://*.wallkit.net/*",
|
||||||
"*://webcache.googleusercontent.com/*"
|
"*://webcache.googleusercontent.com/*"
|
||||||
],
|
],
|
||||||
"version": "3.1.0.3"
|
"version": "3.1.0.4"
|
||||||
}
|
}
|
||||||
|
|
2
sites.js
2
sites.js
|
@ -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",
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue