Skip to content

Instantly share code, notes, and snippets.

@davidpots
Created August 15, 2013 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidpots/6243778 to your computer and use it in GitHub Desktop.
Save davidpots/6243778 to your computer and use it in GitHub Desktop.
For viewing iPhone-sized webpages with Chrome, edit any existing Chrome bookmark and replace the URL with this. By default, Chrome cannot be manually minimized any smaller than 400px in width. This gets around that problem.
javascript:(function(){window.open('http://localhost:3000', '','width=320,height=480');})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment