tor-browser

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

audiocontext-double-suspend.html (74B)


      1 <script>
      2 var ac = new AudioContext();
      3 ac.resume();
      4 ac.resume();
      5 </script>