mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:47:46 +01:00
Fix The Hindu (+ BusinessLine) epaper
This commit is contained in:
parent
b2590988de
commit
8a2fa6bc0a
3 changed files with 15 additions and 2 deletions
|
@ -7,6 +7,7 @@ Fix Apollo Magazine
|
|||
Fix Barron's (amp-redirect)
|
||||
Fix Harvard Business Review (cookie)
|
||||
Fix Spectator.com.au
|
||||
Fix The Hindu (+ BusinessLine) epaper
|
||||
Fix WSJ (hard refresh or non-pro; link to archive.is)
|
||||
|
||||
* v3.3.9.0 (2023-10-22)
|
||||
|
|
4
sites.js
4
sites.js
|
@ -2217,12 +2217,12 @@ var defaultSites = {
|
|||
"The Hindu": {
|
||||
domain: "thehindu.com",
|
||||
allow_cookies: 1,
|
||||
block_regex: /(cdn\.cxense\.com\/|\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-subscriptions-.+\.js)/
|
||||
block_regex: /(cdn\.cxense\.com\/|\.piano\.io\/xbuilder\/experience\/execute|cdn\.ampproject\.org\/v\d\/amp-subscriptions-.+\.js)/
|
||||
},
|
||||
"The Hindu BusinessLine": {
|
||||
domain: "thehindubusinessline.com",
|
||||
allow_cookies: 1,
|
||||
block_regex: /(cdn\.cxense\.com\/|\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-access-.+\.js)/
|
||||
block_regex: /(cdn\.cxense\.com\/|\.piano\.io\/xbuilder\/experience\/execute|cdn\.ampproject\.org\/v\d\/amp-subscriptions-.+\.js)/
|
||||
},
|
||||
"The Independent": {
|
||||
domain: "independent.co.uk",
|
||||
|
|
|
@ -101,6 +101,18 @@
|
|||
"cs_code": "[{\"cond\":\"div.paywall\", \"rm_elem\": 1, \"elems\":[{\"cond\":\"svelte-scroller-outer\", \"rm_elem\": 1}, {\"cond\":\"body > style\", \"rm_elem\": 1}]}]",
|
||||
"upd_version": "3.2.7.6"
|
||||
},
|
||||
"The Hindu": {
|
||||
"domain": "thehindu.com",
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "(cdn\\.cxense\\.com\\/|\\.piano\\.io\\/xbuilder\\/experience\\/execute|cdn\\.ampproject\\.org\\/v\\d\\/amp-subscriptions-.+\\.js)",
|
||||
"upd_version": "3.3.9.5"
|
||||
},
|
||||
"The Hindu BusinessLine": {
|
||||
"domain": "thehindubusinessline.com",
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "(cdn\\.cxense\\.com\\/|\\.piano\\.io\\/xbuilder\\/experience\\/execute|cdn\\.ampproject\\.org\\/v\\d\\/amp-subscriptions-.+\\.js)",
|
||||
"upd_version": "3.3.9.5"
|
||||
},
|
||||
"The New York Times": {
|
||||
"domain": "nytimes.com",
|
||||
"allow_cookies": 1,
|
||||
|
|
Loading…
Reference in a new issue