Skip to content

Instantly share code, notes, and snippets.

@abedra
Created July 9, 2010 18:42
Show Gist options
  • Save abedra/469851 to your computer and use it in GitHub Desktop.
Save abedra/469851 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
// Framebusting
if (top != self ) { top.location.replace(document.location); }
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment