tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

1809759.html (255B)


      1 <script>
      2 document.addEventListener('DOMContentLoaded', async () => {
      3  document.location.search = '?'
      4  let a = self.navigator.storage
      5  let xhr = new XMLHttpRequest()
      6  xhr.open('POST', 'FOOBAR', false)
      7  xhr.send()
      8  await a.getDirectory()
      9 })
     10 </script>