Skip to content

val74k/000webhost-bypass-watermark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

000webhost-bypass-watermark

To remove the " Powered by 000webhost ", you must introduce this javascript code in your index.html :

alt text

<script>
   for (var i = 0; document.getElementsByTagName("div").length; ++i) { if (document.getElementsByTagName("div")[i].style.zIndex == "9999999") { document.getElementsByTagName("div")[i].remove() } }
</script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published