Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zero-master/5300824 to your computer and use it in GitHub Desktop.
Save zero-master/5300824 to your computer and use it in GitHub Desktop.
Facebook Iframe Breaker and Redirector
<script type="text/javascript">
if (top != self) top.window.location = 'http://URL-OF-DESTINATION-TAB';
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment