tor-browser

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

1858809.html (258B)


      1 <!DOCTYPE>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8">
      5 <script>
      6 document.addEventListener("DOMContentLoaded", () => {
      7  const a = new Worker("", {})
      8  const b = new Blob([""], {})
      9  a.terminate()
     10  new RTCRtpScriptTransform(a, b, [{}])
     11 })
     12 </script>
     13 </head>
     14 </html>