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.
- Host: GitHub
- URL: https://github.com/adamff-dev/remove-000webhost-branding
- Owner: adamff-dev
- Created: 2018-09-20T15:21:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T00:00:52.000Z (almost 6 years ago)
- Last Synced: 2025-06-08T10:04:09.046Z (11 months ago)
- Homepage:
- Size: 20.5 KB
- Stars: 12
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!