3 <script type=
"text/javascript">
7 document
.addEventListener("DOMNodeInserted", x
);
11 document
.removeEventListener("DOMNodeInserted", x
);
12 document
.execCommand("insertParagraph", false, "");
15 document
.execCommand("insertorderedlist", false, "");
21 <body contenteditable=
"true" onload=
"boom()"></body>