Fix The Hindu (+ BusinessLine) epaper

This commit is contained in:
magnolia1234 2023-10-26 11:54:52 +02:00
parent b2590988de
commit 8a2fa6bc0a
3 changed files with 15 additions and 2 deletions

View file

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

View file

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

View file

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