tor-browser

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

getUserMedia-audio.html (187B)


      1 <html class="reftest-wait">
      2 <script>
      3  navigator.mediaDevices.getUserMedia({ audio: true }).finally(() => {
      4    document.documentElement.removeAttribute("class");
      5  });
      6 </script>
      7 </html>