IMOTCL/dist/js/remove.js
2019-01-25 23:34:02 +05:00

4 lines
149 B
JavaScript

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