blob: 1dbff88f72e43175ec986720c539d75a5c4c197a [file] [log] [blame]
<script>
document.addEventListener("DOMSubtreeModified",
function () {
document.designMode = "on";
document.execCommand("SelectAll");
window.stop();
document.execCommand("InsertOrderedList", false);
window.setTimeout(notifyFinish, 0);
}, true);
window.onload = function () {
document.open();
};
function notifyFinish()
{
window.parent.postMessage("FINISH", "*");
}
</script>
<iframe>
</iframe><body class="class2">