Skip to content

Instantly share code, notes, and snippets.

@allixsenos
Created October 11, 2011 04:04
Show Gist options
  • Save allixsenos/1277242 to your computer and use it in GitHub Desktop.
Save allixsenos/1277242 to your computer and use it in GitHub Desktop.
tumblr js injection
javascript:d=document;s=d.createElement('style');s.type='text/css';s.innerHTML=".post{-webkit-transition: all 5s ease-in-out; -moz-transition: all 5s ease-in-out; -o-transition: all 5s ease-in-out;}.post:hover{-webkit-transform: rotate(1800deg) scale(1); -moz-transform: rotate(1800deg) scale(1); -o-transform: rotate(1800deg) scale(1);}";d.getElementsByTagName('head')[0].appendChild(s);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment