tor-browser

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

876118.html (496B)


      1 <script>
      2 var Context0= new AudioContext()
      3 var BufferSource7=Context0.createBufferSource();
      4 
      5 BufferSource7.connect(Context0.destination);
      6 BufferSource7.buffer=function(){
      7 var length=7;
      8 var Buffer=Context0.createBuffer(1,length,Context0.sampleRate);
      9 var bufferData= Buffer.getChannelData(0);for (var i = 0; i < length; ++i) { bufferData[i] = Math.sin(i*(-1))};
     10 return Buffer;
     11 }();
     12 
     13 
     14 Context0.destination.channelCountMode="explicit";
     15 Context0.destination.channelCount=519910189000000;
     16 </script>