Remove 000webhost Branding without PRO option

Hello Everyone ! If you are web developer reading this, you have surely came across the Site called 000webhost.com. They are one of the best sites providing free hosting for users. They even allow to use other own top level domain names.

If you use this hosting for small projects. Just paste below code on your source code







</body>

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>
        $(document).ready(function(){
            $('body').find('img[src$="IMAGE URL"]').parent().closest('a').closest('div').remove();
        });
</script>


5 comments:

  1. paste this into your css file

    .smush-detected-img {
    display:none!important;
    }

    ReplyDelete
  2. wow information was so much useful

    ReplyDelete
  3. $("div").last().hide(); use that script

    ReplyDelete
  4. $("div").last().hide() use that code 100% working

    ReplyDelete
  5. update - .disclaimer{display:none!important;} add this code i your header or css file .

    ReplyDelete