tor-browser

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

1983680-1.html (264B)


      1 <canvas id="a" height="800" width="800"></canvas>
      2 <script>
      3 window.addEventListener("DOMContentLoaded", () => {
      4  const cnv = document.getElementById("a")
      5  const ctx = cnv.getContext("2d")
      6  ctx.drawImage(cnv, 186, 277, 4e-7, 127, -112, 200, -1, 177)
      7 })
      8 </script>