mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-05-24 19:02:08 +02:00
Fix formatting
This commit is contained in:
parent
129188f62a
commit
c13820c8d1
@ -8,8 +8,7 @@ if (matchDomain('elmercurio.com')) {
|
|||||||
const paywall = document.querySelector('#modal_limit_articulos');
|
const paywall = document.querySelector('#modal_limit_articulos');
|
||||||
const body = document.querySelector('body');
|
const body = document.querySelector('body');
|
||||||
removeDOMElement(paywall);
|
removeDOMElement(paywall);
|
||||||
if(body.hasAttribute('class'))
|
if (body.hasAttribute('class')) { body.removeAttribute('class'); }
|
||||||
{ body.removeAttribute('class'); }
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else if (matchDomain('estadao.com.br')) {
|
} else if (matchDomain('estadao.com.br')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user