1344097.html (692B)
1 <html> 2 <head> 3 <script></script> 4 <script> 5 document.designMode = 'on'; 6 o1 = window.getSelection(); 7 o2 = document.createElement('code'); 8 o3 = document.createElement('style'); 9 o4 = document.createElement('style'); 10 document.head.appendChild(o3); 11 o1.modify("move", "right", "character"); 12 document.styleSheets[0].insertRule("* { position: absolute; }", 0); 13 document.head.appendChild(o4); 14 window.resizeTo(1,1); 15 document.documentElement.appendChild(o2); 16 o1.selectAllChildren(o2); 17 </script> 18 </head> 19 <body></body> 20 </html>