Created
June 29, 2016 00:02
-
-
Save ajdumanhug/4d2a25a5e704b0223de8c6fff88f71a6 to your computer and use it in GitHub Desktop.
Sample of Tabnabbing for Blog Post
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
<html> | |
<head> | |
<title>Gotcha!</title> | |
<script> | |
window.opener.location.replace("http://tabnabbing.herokuapp.com/pony.svg"); | |
</script> | |
</head> | |
<body> | |
<h1>Why don’t you go back to the previous tab and watch the running pony. :)</h1> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment