tor-browser

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

1601385.html (224B)


      1 <html>
      2 <head>
      3 <script>
      4 const video = document.createElement("video");
      5 video.srcObject = new MediaStream();
      6 video.mozCaptureStreamUntilEnded();
      7 video.src = "sound.ogg";
      8 video.srcObject = undefined;
      9 </script>
     10 </head>
     11 </html>