tor-browser

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

1233613.html (408B)


      1 <!DOCTYPE html>
      2 <iframe style="display:none" srcdoc="
      3 
      4 <html>
      5 <head>
      6 <script type='text/javascript'>
      7 function boom() {
      8    var gl = canvas.getContext('experimental-webgl');
      9    video.srcObject = canvas.captureStream(0);
     10 }
     11 </script>
     12 </head>
     13 <body onload='boom();'>
     14    <video id='video' width='256' height='256'></video>
     15    <canvas id='canvas' width='256' height='256'></canvas>
     16 </body>
     17 </html>
     18 
     19 "></iframe>