Remove The Logic (fix obsolete)

This commit is contained in:
magnolia1234 2022-02-01 19:21:33 +01:00
parent c2bae1c457
commit b5e54d02e9
4 changed files with 2 additions and 10 deletions

View file

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

View file

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Firefox
Post-release
Remove The Logic (fix obsolete)
Fix La Tercera (js)
Fix MIT Technology Review (TinyPass)
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', {}));
}
else if (matchDomain('thelogic.co')) {
let article_subscribe = document.querySelector('.article-subscribe');
removeDOMElement(article_subscribe);
}
else if (matchDomain('thenewatlantis.com')) {
let article_gated = document.querySelector('.article-gated');
if (article_gated)

View file

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