Chrome (JS konsoluna yazınız: Ctrl-Shift-C -> “Konsol”)
javascript: document.body.setAttribute( "style", "-webkit-transform: rotate(-90deg);");
Firefox
javascript: document.body.setAttribute( "style", "-moz-transform: rotate(-90deg);");
Opera
javascript: document.body.setAttribute( "style", "-o-transform: rotate(-90deg);");