1413361.html (245B)
1 <script> 2 function go() { 3 window.getSelection().selectAllChildren(document.body.firstChild); 4 document.createElement("body").aLink = "-moz-mac-menuselect"; 5 window.getSelection().getRangeAt(0).getClientRects(); 6 } 7 </script> 8 <body onload=go()>