1624011.html (276B)
1 <html> 2 <head> 3 <script> 4 window.addEventListener('load', () => { 5 document.designMode = 'on' 6 const selection = document.getSelection() 7 selection.empty() 8 document.queryCommandIndeterm('justifyFull') 9 }) 10 </script> 11 </head> 12 </html>