remove ad banner from 000webhost

in #hack7 years ago

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) :)

<pre><code><script type='text/javascript'> jQuery(document).ready(function($) { $('img[alt="www.000webhost.com"]').width(0); }) </script>