Skip to content

Instantly share code, notes, and snippets.

@metrofx
Created February 2, 2016 10:11
Show Gist options
  • Save metrofx/f8b4536f8589917297e5 to your computer and use it in GitHub Desktop.
Save metrofx/f8b4536f8589917297e5 to your computer and use it in GitHub Desktop.
Remove XL iframe ads from your site
<script type='text/javascript'>
if (!(parent && parent.WebPlayer) && top != self) {
top.location.replace(document.location);
alert('Untuk alasan keamanan, framing tidak diijinkan; klik OK untuk menghilangkan frame.');
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment