mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:27:48 +01:00
Fix-update Medium (banner)
This commit is contained in:
parent
61ebe48ab6
commit
9485bbec2d
1 changed files with 3 additions and 4 deletions
|
@ -201,10 +201,9 @@ else if (matchDomain("bloombergquint.com")) {
|
|||
removeDOMElement(articlesLeftModal, paywall);
|
||||
}
|
||||
|
||||
else if (matchDomain("medium.com")) {
|
||||
const bottomMessageText = 'Get one more story in your member preview when you sign up. It’s free.';
|
||||
const DOMElementsToTextDiv = pageContains('div', bottomMessageText);
|
||||
if (DOMElementsToTextDiv[2]) removeDOMElement(DOMElementsToTextDiv[2]);
|
||||
else if (matchDomain(["medium.com", "towardsdatascience.com"])) {
|
||||
let meter = document.querySelector('#lo-highlight-meter-1-highlight-box');
|
||||
removeDOMElement(meter);
|
||||
}
|
||||
|
||||
else if (matchDomain("ledevoir.com")) {
|
||||
|
|
Loading…
Reference in a new issue