Skip to content

Instantly share code, notes, and snippets.

@fregante
Created December 17, 2014 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save fregante/b30a9b897066a04887a6 to your computer and use it in GitHub Desktop.
Save fregante/b30a9b897066a04887a6 to your computer and use it in GitHub Desktop.
Bookmarklet: Pop out the current window in a small, "mobile" window
javascript:window.open(document.location.href,''+Math.random(),'width=320,height=480,top='+(screen.height/2-480/2+Math.random()*100-50)+', left='+(screen.width/2-320/2+Math.random()*100-50))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment