Add The Lawyer's Daily (Canada)

merge-requests/7/head
magnolia1234 2 years ago
parent 55c371a5e5
commit 90ad04bd6d

@ -320,6 +320,7 @@ Grouped in options:\
[Le Devoir](https://www.ledevoir.com) -
[The Globe and Mail](https://www.theglobeandmail.com) -
[The Hill Times](https://www.hilltimes.com) -
[The Lawyer's Daily](https://www.thelawyersdaily.ca) -
[Winnipeg Free Press](https://www.winnipegfreepress.com)
Grouped in options:\

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Firefox
Post-release
Add The Lawyer's Daily (Canada)
Fix The Globe and Mail (revert to old fix)
* v2.6.9.0 (2022-05-15)

@ -3485,6 +3485,11 @@ else if (matchDomain(['thehindu.com', 'thehindubusinessline.com'])) {
document.dispatchEvent(new CustomEvent('bpc_event', {}));
}
else if (matchDomain('thelawyersdaily.ca')) {
let modal = document.querySelectorAll('#NewsletterModal, .modal-backdrop');
removeDOMElement(...modal);
}
else if (matchDomain('thenewatlantis.com')) {
let article_gated = document.querySelector('.article-gated');
if (article_gated)

@ -549,6 +549,7 @@
"*://*.thehindu.com/*",
"*://*.thehindubusinessline.com/*",
"*://*.theintercept.com/*",
"*://*.thelawyersdaily.ca/*",
"*://*.themarker.com/*",
"*://*.themarket.ch/*",
"*://*.themercury.com.au/*",
@ -673,5 +674,5 @@
"*://*.wsj.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.6.9.1"
"version": "2.6.9.2"
}

@ -1341,7 +1341,7 @@ var defaultSites = {
"variety.com",
"wwd.com"
],
block_regex: /(\.tinypass\.com\/|cdn\.cxense\.com\/|\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-(access|subscriptions)-.+\.js)/
block_regex: /(cdn\.cxense\.com\/|\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-(access|subscriptions)-.+\.js)/
},
"Philosophy Now": {
domain: "philosophynow.org"
@ -1673,6 +1673,11 @@ var defaultSites = {
allow_cookies: 1,
block_regex: /\.jpost\.com\/js\/js_article\.min\.js/
},
"The Lawyer's Daily": {
domain: "thelawyersdaily.ca",
allow_cookies: 1,
useragent: "googlebot"
},
"The Marker": {
domain: "themarker.com",
allow_cookies: 1,

@ -1,27 +1,4 @@
{
"De Tijd": {
"domain": "tijd.be",
"referer": "google"
},
"Finance.si": {
"domain": "finance.si",
"allow_cookies": 1,
"block_regex": "\\.poool\\.fr\\/"
},
"L'Écho": {
"domain": "lecho.be",
"referer": "google"
},
"The Daily Wire": {
"domain": "dailywire.com",
"allow_cookies": 1,
"cs_code": [{
"cond": "#post-body-text > div > div[class]",
"rm_attrib": "class"
}
],
"new_site": 1
},
"The Dallas Morning News": {
"domain": "dallasnews.com",
"allow_cookies": 1,
@ -32,6 +9,11 @@
"domain": "theglobeandmail.com",
"block_regex": "(\\.theglobeandmail\\.com\\/pf\\/dist\\/engine\\/react\\.js|smartwall\\.theglobeandmail\\.com\\/)"
},
"The Lawyer's Daily": {
"domain": "thelawyersdaily.ca",
"allow_cookies": 1,
"useragent": "googlebot"
},
"The Star Malaysia": {
"domain": "thestar.com.my",
"block_regex": "(cdn\\.cxense\\.com\\/|\\.piano\\.io\\/)"

Loading…
Cancel
Save