IMOTCL/dist/js/remove.js
2019-04-06 22:20:36 +05:00

4 lines
149 B
JavaScript

window.onload = () => {
let el = document.querySelector('[alt="www.000webhost.com"]').parentNode.parentNode;
el.parentNode.removeChild(el);
}