Created
February 2, 2016 10:11
-
-
Save metrofx/f8b4536f8589917297e5 to your computer and use it in GitHub Desktop.
Remove XL iframe ads from your site
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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