mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-12 01:10:24 +00:00
Remove The Logic (fix obsolete)
This commit is contained in:
parent
c2bae1c457
commit
b5e54d02e9
@ -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) -
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user