tor-browser

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

1836824.html (233B)


      1 <script>
      2 document.addEventListener("DOMContentLoaded", () => {
      3  const a = document.createElement("canvas")
      4  document.body.appendChild(a);
      5  a.captureStream(18.89);
      6  a.getContext("2d");
      7  document.body.removeChild(a);
      8 })
      9 </script>