tor-browser

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

1991494.html (406B)


      1 <html class="reftest-wait">
      2 <head>
      3 <script>
      4    document.addEventListener("DOMContentLoaded", async () => {
      5      SpecialPowers.wrap(document).notifyUserGestureActivation();
      6      const stream = await navigator.mediaDevices.getDisplayMedia({
      7        "video": {
      8          "height": -2147483584,
      9        }
     10      });
     11      document.documentElement.removeAttribute("class");
     12    })
     13  </script>
     14 </head>
     15 </html>