1624005.html (404B)
1 <html> 2 <head> 3 <script> 4 window.addEventListener('load', () => { 5 const element = document.createElementNS('', 't') 6 document.designMode = 'on' 7 const range = new Range() 8 range.selectNodeContents(element) 9 range.surroundContents(document.documentElement) 10 document.execCommand('insertHorizontalRule', false, null) 11 }) 12 </script> 13 </head> 14 </html>