1681955.html (552B)
1 <html style="overflow-inline: scroll;"> 2 <head> 3 <script> 4 document.addEventListener('DOMContentLoaded', async () => { 5 const link = document.createElement('link') 6 const slot = document.createElement('slot') 7 document.documentElement.appendChild(link) 8 const blob = new Blob() 9 const range = new Range() 10 await blob.arrayBuffer() 11 range.selectNode(document.documentElement) 12 range.surroundContents(slot) 13 setTimeout('location.reload()', 200) 14 }) 15 </script> 16 </head> 17 </html>