1636541.html (480B)
1 <html> 2 <head> 3 <script> 4 window.addEventListener('load', () => { 5 document.documentElement.contentEditable = true 6 document.execCommand('indent', false, null) 7 const selection = document.getSelection() 8 selection.collapse(document.documentElement, (3474956128 % document.documentElement.childNodes)) 9 document.execCommand('indent', false, null) 10 document.execCommand('outdent', false, null) 11 }) 12 </script> 13 </head> 14 </html>