blob: e62df20b1b03fafd1acaa9887160a5ee9c05cd51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<head>
<script>
window.addEventListener('load', () => {
document = document
document.documentElement = document.documentElement
document.addEventListener('DOMNodeInserted', (e) => {
e.currentTarget.removeChild(e.currentTarget.childNodes[(2731378636 % e.currentTarget.childNodes.length)])
}, {})
document.documentElement.contentEditable = true
document.execCommand('insertParagraph', false, null)
})
</script>
</head>
</html>
|