Remove The Logic (fix obsolete)

This commit is contained in:
magnolia1234 2022-02-01 19:21:16 +01:00
parent b01b35acdd
commit 82c0933115
5 changed files with 2 additions and 11 deletions

View File

@ -296,8 +296,7 @@ Grouped in options:\
[Le Devoir](https://www.ledevoir.com) - [Le Devoir](https://www.ledevoir.com) -
[National Post](https://www.nationalpost.com) - [National Post](https://www.nationalpost.com) -
[The Globe and Mail](https://www.theglobeandmail.com) - [The Globe and Mail](https://www.theglobeandmail.com) -
[The Hill Times](https://www.hilltimes.com) - [The Hill Times](https://www.hilltimes.com)\
[The Logic](https://thelogic.co)\
[The Toronto Star](https://www.thestar.com) and regional TorStar sites (grouped in options) like [The Toronto Star](https://www.thestar.com) and regional TorStar sites (grouped in options) like
[Niagara Falls Review](https://www.niagarafallsreview.ca) - [Niagara Falls Review](https://www.niagarafallsreview.ca) -
[Peterborough Examiner](https://www.thepeterboroughexaminer.com) - [Peterborough Examiner](https://www.thepeterboroughexaminer.com) -

View File

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Chrome Changelog Bypass Paywalls Clean - Chrome
Post-release Post-release
Remove The Logic (fix obsolete)
Fix La Tercera (js) Fix La Tercera (js)
Fix MIT Technology Review (TinyPass) Fix MIT Technology Review (TinyPass)
Fix Times Literary Supplement (set referer Google) Fix Times Literary Supplement (set referer Google)

View File

@ -3025,11 +3025,6 @@ else if (matchDomain(['thehindu.com', 'thehindubusinessline.com'])) {
document.dispatchEvent(new CustomEvent('bpc_event', {})); document.dispatchEvent(new CustomEvent('bpc_event', {}));
} }
else if (matchDomain('thelogic.co')) {
let article_subscribe = document.querySelector('.article-subscribe');
removeDOMElement(article_subscribe);
}
else if (matchDomain('thenewatlantis.com')) { else if (matchDomain('thenewatlantis.com')) {
let article_gated = document.querySelector('.article-gated'); let article_gated = document.querySelector('.article-gated');
if (article_gated) if (article_gated)

View File

@ -495,7 +495,6 @@
"*://*.thehindu.com/*", "*://*.thehindu.com/*",
"*://*.thehindubusinessline.com/*", "*://*.thehindubusinessline.com/*",
"*://*.theintercept.com/*", "*://*.theintercept.com/*",
"*://*.thelogic.co/*",
"*://*.themarker.com/*", "*://*.themarker.com/*",
"*://*.themarket.ch/*", "*://*.themarket.ch/*",
"*://*.themercury.com.au/*", "*://*.themercury.com.au/*",

View File

@ -1533,9 +1533,6 @@ var defaultSites = {
allow_cookies: 1, allow_cookies: 1,
block_regex: /\.jpost\.com\/js\/js_article\.min\.js/ block_regex: /\.jpost\.com\/js\/js_article\.min\.js/
}, },
"The Logic": {
domain: "thelogic.co"
},
"The Marker": { "The Marker": {
domain: "themarker.com", domain: "themarker.com",
allow_cookies: 1, allow_cookies: 1,