Skip to content

Instantly share code, notes, and snippets.

@DanielRapp
Created March 5, 2011 03:21
Show Gist options
  • Save DanielRapp/856069 to your computer and use it in GitHub Desktop.
Save DanielRapp/856069 to your computer and use it in GitHub Desktop.
A bookmarklet that rotates the document 180 degrees.
javascript:(function(){document.body.style.webkitTransform=document.body.style.MozTransform="rotate(180deg)"}())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment