Add Live Law (India)
This commit is contained in:
parent
96f1c0df79
commit
f5fc57afa1
@ -583,6 +583,7 @@ Grupo Vocento (ABC) regional sites like
|
||||
[Business Standard](https://www.business-standard.com) -
|
||||
[Hindustan Times](https://www.hindustantimes.com) -
|
||||
[Inc42](https://inc42.com) -
|
||||
[Live Law](https://www.livelaw.in) -
|
||||
[LiveMint](https://www.livemint.com) -
|
||||
[MediaNama](https://www.medianama.com) -
|
||||
[The Economic Times (ET Prime)](https://economictimes.indiatimes.com) -
|
||||
|
@ -102,6 +102,7 @@ var allow_cookies_default = [
|
||||
'lesechos.fr',
|
||||
'letelegramme.fr',
|
||||
'lexpress.fr',
|
||||
'livelaw.in',
|
||||
'loeildelaphotographie.com',
|
||||
'lrb.co.uk',
|
||||
'marketwatch.com',
|
||||
|
@ -2,6 +2,7 @@
|
||||
Changelog Bypass Paywalls Clean - Chrome
|
||||
|
||||
Post-release
|
||||
Add Live Law (India)
|
||||
Fix group McClatchy (unlisted sites)
|
||||
Fix MediaNama (modal)
|
||||
Fix The Athletic
|
||||
|
@ -2110,6 +2110,16 @@ else if (matchDomain('jpost.com')) {
|
||||
removeDOMElement(...premium_banners);
|
||||
}
|
||||
|
||||
else if (matchDomain('livelaw.in')) {
|
||||
let paywall = document.querySelectorAll('div.restricted_message > div.story, div.restricted_message > div.row');
|
||||
if (paywall) {
|
||||
removeDOMElement(...paywall);
|
||||
let paywall_content = document.querySelector('div.paywall-content.hide');
|
||||
if (paywall_content)
|
||||
paywall_content.classList.remove('hide');
|
||||
}
|
||||
}
|
||||
|
||||
else if (matchDomain('magazine.atavist.com')) {
|
||||
let bottom_notification = document.querySelector('div.bottom-notification');
|
||||
let overlay = document.querySelector('div.notification-overlay');
|
||||
|
@ -38,5 +38,5 @@
|
||||
"webRequestBlocking",
|
||||
"<all_urls>"
|
||||
],
|
||||
"version": "2.3.2.4"
|
||||
"version": "2.3.2.5"
|
||||
}
|
@ -284,6 +284,7 @@
|
||||
"*://*.liberation.fr/*",
|
||||
"*://*.limesonline.com/*",
|
||||
"*://*.lindependant.fr/*",
|
||||
"*://*.livelaw.com/*",
|
||||
"*://*.livemint.com/*",
|
||||
"*://*.ln-online.de/*",
|
||||
"*://*.lne.es/*",
|
||||
@ -533,5 +534,5 @@
|
||||
"*://*.wallkit.net/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.3.2.4"
|
||||
"version": "2.3.2.5"
|
||||
}
|
1
sites.js
1
sites.js
@ -154,6 +154,7 @@ var defaultSites =
|
||||
"Levante-EMV": "levante-emv.com",
|
||||
"Libération (free articles only)": "liberation.fr",
|
||||
"LimesOnline": "limesonline.com",
|
||||
"Live Law": "livelaw.in",
|
||||
"LiveMint": "livemint.com",
|
||||
"Loeb Classical Library": "loebclassics.com",
|
||||
"London Review of Books": "lrb.co.uk",
|
||||
|
Loading…
x
Reference in New Issue
Block a user