Created
October 15, 2011 16:53
-
-
Save shergin/1289836 to your computer and use it in GitHub Desktop.
Resizer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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