Skip to content

Instantly share code, notes, and snippets.

@shergin
Created October 15, 2011 16:53
Show Gist options
  • Save shergin/1289836 to your computer and use it in GitHub Desktop.
Save shergin/1289836 to your computer and use it in GitHub Desktop.
Resizer
javascript:{var width = 800; var height = 600; var dy = window.outerHeight - document.documentElement.clientHeight; var dx = window.outerWidth - document.documentElement.clientWidth; window.resizeTo(width + dx, height + dy);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment