1596516.html (593B)
1 <html> 2 <head> 3 <script> 4 function start () { 5 const italic = document.createElementNS('http://www.w3.org/1999/xhtml', 'i') 6 italic.dir = '' 7 document.documentElement.contentEditable = 'true' 8 const selection = document.getSelection() 9 const range = selection.getRangeAt(0) 10 const attribute = italic.attributes.getNamedItem('dir') 11 range.setEnd(attribute, (2361162229 % attribute.childNodes)) 12 document.queryCommandState('heading') 13 } 14 15 document.addEventListener('DOMContentLoaded', start) 16 </script> 17 </head> 18 </html>