Add Live Law (India)

master
magnolia1234 2021-08-13 17:27:47 +02:00
parent 96f1c0df79
commit f5fc57afa1
7 changed files with 17 additions and 2 deletions

View File

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

View File

@ -102,6 +102,7 @@ var allow_cookies_default = [
'lesechos.fr',
'letelegramme.fr',
'lexpress.fr',
'livelaw.in',
'loeildelaphotographie.com',
'lrb.co.uk',
'marketwatch.com',

View File

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

View File

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

View File

@ -38,5 +38,5 @@
"webRequestBlocking",
"<all_urls>"
],
"version": "2.3.2.4"
"version": "2.3.2.5"
}

View File

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

View File

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