1816710.html (304B)
1 <script> 2 window.addEventListener('load', async () => { 3 const dir = await navigator.storage.getDirectory(); 4 const file = await dir.getFileHandle('555b8afb-96ac-4fe3-8cec', { create: true }); 5 const writable = await file.createWritable({}); 6 setTimeout('self.close()', 2000) 7 }) 8 </script>