An open API service indexing awesome lists of open source software.

https://github.com/adamff-dev/remove-000webhost-branding

A little trick for removing 000webhost branding without being a premium user.
https://github.com/adamff-dev/remove-000webhost-branding

Last synced: 3 months ago
JSON representation

A little trick for removing 000webhost branding without being a premium user.

Awesome Lists containing this project

README

          

# Remove 000webhost branding
A little trick for removing 000webhost branding without being a premium user.

000webhost branding:

As you can see, you need to be a premium user in order to disable the branding, but with this little trick you can do it being a free user.

## Instructions

In your HTML file:

Replace this:

</body>

</html>

For this:
<!--

</body>
</html>
-->

And that's all!