Flipping out over Safari
Date : 2008 06 02 Category : Tech & DevelopmentThomas Fuchs is having some fun at RailsConf, and sent out a fun use of the new WebKit transformations using the medium of the bookmarklet:
PLAIN TEXT JAVASCRIPT:javascript:document.body.style['-webkit-transform']='rotate(180deg)'; javascript:document.body.style['-webkit-transform']='rotate('+prompt('degrees',180)+'deg)';
Use this bookmarklet (drag to bookmarks bar):
or this one if you want a prompt:
