tor-browser

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

933151.html (261B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 function boom()
      7 {
      8  var ac = new window.AudioContext();
      9  var buffer = ac.createBuffer(1, 24313, 47250);
     10  buffer.copyFromChannel(buffer.getChannelData(0), '');
     11 }
     12 
     13 </script>
     14 </head>
     15 <body onload="boom();"></body>
     16 </html>