Remove article signup iframe
This commit is contained in:
@@ -178,7 +178,7 @@
|
|||||||
el.setAttribute('href', updatedHref);
|
el.setAttribute('href', updatedHref);
|
||||||
});
|
});
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
const cookie = document.querySelectorAll('.o-cookie-message, .js-article-ribbon, .o-ads, .o-banner, .o-message');
|
const cookie = document.querySelectorAll('.o-cookie-message, .js-article-ribbon, .o-ads, .o-banner, .o-message, .article__content-sign-up');
|
||||||
cookie.forEach(el => { el.remove(); });
|
cookie.forEach(el => { el.remove(); });
|
||||||
}, 1000);
|
}, 1000);
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user