Created
April 3, 2013 12:40
-
-
Save zero-master/5300824 to your computer and use it in GitHub Desktop.
Facebook Iframe Breaker and Redirector
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 (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