blob: 9e872f5ac47a1f6bda848dfe4b61efcf6679a966 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html id="a">
<meta charset="utf-8">
<script id="b">
window.onload = () => {
c.appendChild(document.head)
a.appendChild(d)
document.execCommand("selectAll")
document.execCommand("delete")
}
</script>
<dl id="c" contenteditable="true">
<dt id="d">
|