Skip to content

Instantly share code, notes, and snippets.

@BenWard
Created April 5, 2010 23:18
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenWard/357010 to your computer and use it in GitHub Desktop.
Save BenWard/357010 to your computer and use it in GitHub Desktop.
// Stupid simple bookmarklet function to duplicate the current page in a new window. Boom.
javascript:(function(){window.open(window.location.href)})();
@chrismear
Copy link

This has been a built-in IE feature for years. Man, I always knew that browser was ahead of the game.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment