Add The Lawyer's Daily (Canada)
This commit is contained in:
parent
1037cd45a7
commit
dcbf0e1da8
@ -339,6 +339,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 - Chrome
|
||||
|
||||
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)
|
||||
|
@ -42,5 +42,5 @@
|
||||
"webRequestBlocking",
|
||||
"<all_urls>"
|
||||
],
|
||||
"version": "2.6.9.1"
|
||||
"version": "2.6.9.2"
|
||||
}
|
||||
|
@ -537,6 +537,7 @@
|
||||
"*://*.thehindu.com/*",
|
||||
"*://*.thehindubusinessline.com/*",
|
||||
"*://*.theintercept.com/*",
|
||||
"*://*.thelawyersdaily.ca/*",
|
||||
"*://*.themarker.com/*",
|
||||
"*://*.themarket.ch/*",
|
||||
"*://*.themercury.com.au/*",
|
||||
@ -661,5 +662,5 @@
|
||||
"*://*.wsj.net/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "2.6.9.1"
|
||||
"version": "2.6.9.2"
|
||||
}
|
||||
|
7
sites.js
7
sites.js
@ -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…
x
Reference in New Issue
Block a user