2 document
.addEventListener("DOMSubtreeModified",
4 document
.designMode
= "on";
5 document
.execCommand("SelectAll");
7 document
.execCommand("InsertOrderedList", false);
8 window
.setTimeout(notifyFinish
, 0);
11 window
.onload = function () {
15 function notifyFinish()
17 window
.parent
.postMessage("FINISH", "*");
21 </iframe><body class=
"class2">