#1
Lots of people cant afford a real host even though some are really cheap,I have been using 00webhost for some of my sites,Decided to share how to permanently remove the banner from your website. Visitors wont be able to see the Logo, but the url will still be there but you can easily use a A free dns like Dnsexit or get a 1.70 dollars one year domain from namecheap and change Dns.
You need to put this code in the html Head of your page.

Code:
<script>
    $(document).ready(function(){ 
    $('body').find('img[src$="https://cdn.rawgit.com/000webhost/logo/e9bd13f7/footer-powered-by-000webhost-white2.png"]').remove();
    }); 
</script> 
 
Hope this helps someones