mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 08:07:47 +01:00
Remove The Logic (fix obsolete)
This commit is contained in:
parent
c2bae1c457
commit
b5e54d02e9
4 changed files with 2 additions and 10 deletions
|
@ -274,8 +274,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) -
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
Changelog Bypass Paywalls Clean - Firefox
|
Changelog Bypass Paywalls Clean - Firefox
|
||||||
|
|
||||||
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)
|
||||||
|
|
|
@ -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)
|
||||||
|
|
3
sites.js
3
sites.js
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue