Created
November 1, 2009 07:51
-
-
Save drewlesueur/223429 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
//this is for making the width smaller for web pages in the browser so you can | |
//more easily read the text | |
JavaScript:%20document.body.style.width%20=%20%22400px%22;%20void(0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment