1442506.html (245B)
1 <script> 2 function go() { 3 var b = window.getSelection(); 4 var c = document.getSelection(); 5 b.setBaseAndExtent(document.getElementById("a"), 0, document.body.firstChild, 1); 6 c.deleteFromDocument(); 7 } 8 </script> 9 <body onload=go()> 10 <p id="a">