2 window
["_gaUserPrefs"] = { ioo : function() { return true; } }
4 <meta charset=
"windows-1252"><script>
6 const form
= document
.querySelector("form");
7 form
.addEventListener("DOMCharacterDataModified", () => {
8 document
.documentElement
.appendChild(form
);
10 document
.execCommand("delete");
14 // For emulating the traditional behavior, collapse Selection to end of the
15 // text node node in the <button> which is the deepest last child of the
17 const button
= document
.querySelector("button");
18 getSelection().collapse(button
.lastChild
, button
.lastChild
.length
);
19 document
.querySelector("form").reset();
22 </head><body onload=
"onLoad()">
23 <details ontoggle=
"onToggle()" open
>
26 </details><aside style=
"
30 font-family: "Lucida Console", monospace;
31 background-color: rgb(242, 230, 217);
37 transition: opacity 0.5s linear 0s;">1194 x
73</aside></body><form id=
"b"><keygen>
39 </button></form></html>