mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:07:47 +01:00
Fix-update Gestión.pe & ElComercio.pe
This commit is contained in:
parent
3af149bc4b
commit
eb81060237
1 changed files with 2 additions and 1 deletions
|
@ -605,10 +605,11 @@ else if (matchDomain('faz.net')) {
|
|||
}
|
||||
}
|
||||
|
||||
else if (matchDomain('gestion.pe')) {
|
||||
else if (matchDomain(['elcomercio.pe', 'gestion.pe'])) {
|
||||
const paywall = document.querySelector('.story-content__nota-premium');
|
||||
if (paywall) {
|
||||
paywall.classList.remove('story-content__nota-premium');
|
||||
paywall.removeAttribute('style');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue