tor-browser

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

1989383-1.html (355B)


      1 <script>
      2 document.addEventListener("DOMContentLoaded", () => {
      3  const cnv = document.getElementById("a")
      4  const ctx = cnv.getContext("2d")
      5  ctx.shadowBlur = 169
      6  ctx.globalCompositeOperation = "multiply"
      7  ctx.shadowColor = "currentColor"
      8  ctx.strokeText("&#xDB;", -204.661, -513, 237)
      9 })
     10 </script>
     11 <canvas id="a" height="800" width="800"></canvas>