javascript: document.body.setAttribute( "style", "-webkit-transform: rotate(-90deg);");
paste into JS console: Ctrl-Shift-C -> "Console" from top menu
javascript: document.body.setAttribute( "style", "-moz-transform: rotate(-90deg);");
javascript: document.body.setAttribute( "style", "-o-transform: rotate(-90deg);");
from: http://malaysia.answers.yahoo.com/question/index?qid=20100626224638AA58pQQ
Thanks man, this helped me a lot.