1324505.html (741B)
1 <!DOCTYPE html> 2 <html> 3 <script> 4 addEventListener("DOMContentLoaded", function(){ 5 let root = document.documentElement; 6 while(root.firstChild) { 7 root.firstChild.remove(); 8 } 9 let o_0 = document.createElement("body"); 10 root.appendChild(o_0); 11 o_0.appendChild(document.createElement("table")); 12 o_0.appendChild(document.createElement("canvas")); 13 let o_1 = document.createElement("canvas"); 14 o_0.appendChild(o_1); 15 o_1.setAttribute("contenteditable", "true"); 16 setTimeout(function(){ 17 document.execCommand("selectAll", false, "Marker felt"); 18 document.designMode = 'on'; 19 document.execCommand("insertorderedlist", false, null); 20 document.execCommand("insertorderedlist", false, null); 21 }, 0); 22 }); 23 </script> 24 </html>