Skip to content

Instantly share code, notes, and snippets.

@brianswisher
Created September 23, 2011 23:41
Show Gist options
  • Save brianswisher/1238726 to your computer and use it in GitHub Desktop.
Save brianswisher/1238726 to your computer and use it in GitHub Desktop.
Bookmarklet for orientation, a mobile web dev utility.
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