Type this javascript into a URL bar in firefox to rotate everything a bit:
javascript:alert(document.body.style.transform="rotateZ(45deg)");
(you may need to disable URL bar JS protections)
In chrome, bring up the Javascript Console (Tools/Javascript Console) and type:
document.body.style.transform="rotateZ(45deg)";
You can use the Web Console in firefox too.
No comments:
Post a Comment