Created
April 5, 2010 23:18
-
-
Save BenWard/357010 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// Stupid simple bookmarklet function to duplicate the current page in a new window. Boom. | |
javascript:(function(){window.open(window.location.href)})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has been a built-in IE feature for years. Man, I always knew that browser was ahead of the game.