tor-browser

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

920987.html (184B)


      1 <script>
      2 var ctx = new AudioContext();
      3 var buffer = ctx.createBuffer(1, 1000, ctx.sampleRate);
      4 var array = new Float32Array(900);
      5 buffer.copyToChannel(array, 0, 0xfffffff8);
      6 </script>