mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:17:46 +01:00
Fix The Economic Times (print)
This commit is contained in:
parent
d3e25bb972
commit
d7dd4f1165
6 changed files with 19 additions and 3 deletions
|
@ -10,6 +10,7 @@ Add The Week (UK & USA)
|
||||||
Remove The Hollywood Reporter (no paywall)
|
Remove The Hollywood Reporter (no paywall)
|
||||||
Fix Harvard Business Review (js)
|
Fix Harvard Business Review (js)
|
||||||
Fix Stylist.co.uk (css)
|
Fix Stylist.co.uk (css)
|
||||||
|
Fix The Economic Times (print)
|
||||||
Fix The Toronto Star (homepage)
|
Fix The Toronto Star (homepage)
|
||||||
Fix Times of India (css)
|
Fix Times of India (css)
|
||||||
Fix mobile user-agent for Google webcache (proper)
|
Fix mobile user-agent for Google webcache (proper)
|
||||||
|
|
|
@ -3609,6 +3609,9 @@ else if (matchDomain('economictimes.indiatimes.com')) {
|
||||||
let page_content = document.querySelector('div.pageContent:not([style])');
|
let page_content = document.querySelector('div.pageContent:not([style])');
|
||||||
if (page_content)
|
if (page_content)
|
||||||
page_content.setAttribute('style', 'height: auto !important;');
|
page_content.setAttribute('style', 'height: auto !important;');
|
||||||
|
let article_wrap = document.querySelector('div.article_wrap[style]');
|
||||||
|
if (article_wrap)
|
||||||
|
article_wrap.removeAttribute('style');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -51,5 +51,5 @@
|
||||||
"webRequestBlocking",
|
"webRequestBlocking",
|
||||||
"*://*/*"
|
"*://*/*"
|
||||||
],
|
],
|
||||||
"version": "3.2.8.8"
|
"version": "3.2.8.9"
|
||||||
}
|
}
|
||||||
|
|
|
@ -195,7 +195,7 @@
|
||||||
"allow_cookies": 1,
|
"allow_cookies": 1,
|
||||||
"domain": "gp.se"
|
"domain": "gp.se"
|
||||||
},
|
},
|
||||||
"Gplanet.co.il": {
|
"Gplanet.co.il (not lectures)": {
|
||||||
"allow_cookies": 1,
|
"allow_cookies": 1,
|
||||||
"domain": "gplanet.co.il",
|
"domain": "gplanet.co.il",
|
||||||
"ld_json": "div.subscription-form|div.content-inner"
|
"ld_json": "div.subscription-form|div.content-inner"
|
||||||
|
|
|
@ -783,5 +783,5 @@
|
||||||
"*://*.wyleex.com/*",
|
"*://*.wyleex.com/*",
|
||||||
"*://webcache.googleusercontent.com/*"
|
"*://webcache.googleusercontent.com/*"
|
||||||
],
|
],
|
||||||
"version": "3.2.8.8"
|
"version": "3.2.8.9"
|
||||||
}
|
}
|
||||||
|
|
|
@ -115,6 +115,18 @@
|
||||||
"block_regex": "cdn\\.cxense\\.com\\/cx\\.js",
|
"block_regex": "cdn\\.cxense\\.com\\/cx\\.js",
|
||||||
"upd_version": "3.2.6.6"
|
"upd_version": "3.2.6.6"
|
||||||
},
|
},
|
||||||
|
"The Economic Times (ET Prime)": {
|
||||||
|
"domain": "###_economictimes",
|
||||||
|
"group": [
|
||||||
|
"economictimes.com",
|
||||||
|
"economictimes.indiatimes.com"
|
||||||
|
],
|
||||||
|
"allow_cookies": 1,
|
||||||
|
"useragent": "googlebot",
|
||||||
|
"cs_dompurify": 1,
|
||||||
|
"cs_code": "[{\"cond\":\"div.article_wrap[style]\", \"rm_attrib\":\"style\"}]",
|
||||||
|
"upd_version": "3.2.8.9"
|
||||||
|
},
|
||||||
"The Economist": {
|
"The Economist": {
|
||||||
"domain": "economist.com",
|
"domain": "economist.com",
|
||||||
"allow_cookies": 1,
|
"allow_cookies": 1,
|
||||||
|
|
Loading…
Reference in a new issue