tor-browser

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

1543154-1.html (394B)


      1 <script>
      2  window.addEventListener('load', () => {
      3    let a = document.createElementNS('http://www.w3.org/1999/xhtml', 'frame')
      4    document.documentElement.appendChild(a)
      5    let b = a.contentWindow.indexedDB
      6    while (document.documentElement.lastElementChild) {
      7      document.documentElement.removeChild(document.documentElement.lastElementChild)
      8    }
      9    b.open('', { })
     10  })
     11 </script>