Skip to content

Instantly share code, notes, and snippets.

@mhingston
Created February 20, 2016 22:28
Show Gist options
  • Save mhingston/04747fd87f5e3ba4507c to your computer and use it in GitHub Desktop.
Save mhingston/04747fd87f5e3ba4507c to your computer and use it in GitHub Desktop.
// Bookmarklet
javascript:(function(){var windowSize=[];while(windowSize.length!==2){var windowSize=prompt("Window Size:","1024x768").split("x")}window.open(top.location.href,document.title,"left=0,top=0,height="+windowSize[1]+",width="+windowSize[0])}())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment