Skip to content

Simple script to block the 000Webhost ads on your 000Webhosted website.

License

Notifications You must be signed in to change notification settings

Akelah/000webhost-adblock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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()  
}

About

Simple script to block the 000Webhost ads on your 000Webhosted website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%