Skip to content

Instantly share code, notes, and snippets.

@yanuarizalk
Created April 8, 2020 02:52
Show Gist options
  • Save yanuarizalk/221ed39e55fb6163415390a5f9a1ba4d to your computer and use it in GitHub Desktop.
Save yanuarizalk/221ed39e55fb6163415390a5f9a1ba4d to your computer and use it in GitHub Desktop.
Remove ad on your free 000webhosting site
$(document).ready(function() {
$('body > div').remove();
$('body > script:not(script[id="mine"])').remove();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment