Fix-update Gestión.pe & ElComercio.pe

This commit is contained in:
magnolia1234 2020-05-18 07:47:47 +02:00
parent 3af149bc4b
commit eb81060237

View file

@ -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');
}
}