Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 322 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 322 Bytes

000webhost adblock

Super simple script for 000Webhost to get their advertisement off your site.

Advertisement

window.onload = function(){
    document.querySelector('img[alt="www.000webhost.com"]').parentElement.parentElement.remove()  
}