mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
Fix-update Medium custom domains (meter)
This commit is contained in:
parent
7f27f70f69
commit
0263cc6758
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
Post-release
|
||||
Fix-update Cors Anywhere (link to allow access)
|
||||
Fix-update Medium custom domains (meter)
|
||||
|
||||
* v2.0.7.0 (2021-02-07)
|
||||
Add Diario de Ibiza/Mallorca, Faro de Vigo & La Provincia (Spain)
|
||||
|
@ -407,7 +407,7 @@ else if (matchDomain("bloombergquint.com")) {
|
||||
removeDOMElement(articlesLeftModal, paywall);
|
||||
}
|
||||
|
||||
else if (matchDomain(["medium.com", "towardsdatascience.com"])) {
|
||||
else if (matchDomain(["medium.com", "towardsdatascience.com"]) || document.querySelector('script[src^="https://cdn-client.medium.com/"]')) {
|
||||
let paywall = document.querySelector('div#paywall-background-color');
|
||||
removeDOMElement(paywall);
|
||||
if (paywall)
|
||||
|
Loading…
Reference in New Issue
Block a user