remove ad banner from 000webhost

In wordpress, open your header file in the editor and add this script in the <>body<>
In any other kind of website use the same script (don't forget to use call jquery library)
I just tested on my website (12 March 2018 and its working smooth) :)

<script type='text/javascript'>
    jQuery(document).ready(function($) {
    $('img[alt="www.000webhost.com"]').width(0);
})
</script>
H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now