Created
September 23, 2011 23:41
-
-
Save brianswisher/1238726 to your computer and use it in GitHub Desktop.
Bookmarklet for orientation, a mobile web dev utility.
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:(function(){try{orientation();}catch(B){var A=document.createElement("script");A.src="https://raw.github.com/gist/1238678/0900a6e5cbac75b600942c33be8994b93830b5c4/orientation.js";document.body.appendChild(A);}}()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment