Posted by Zen
Fri, 25 Sep 2009 01:06:00 GMT
Load up some webpage in Safari and paste this into the address bar:
javascript:(function(){var d=0;setInterval(function(){document.body.style['-webkit-transform']='rotate('+ d +'deg)';d+=1},10)}());
via adactio