tor-browser

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

1982335-1.html (988B)


      1 <html>
      2  <head>
      3    <script>
      4      document.addEventListener("DOMContentLoaded", async () => {
      5        const svg = document.createElementNS("http://www.w3.org/2000/svg", "svg")
      6        const filter = document.createElementNS("http://www.w3.org/2000/svg", "filter")
      7        filter.setAttribute("id", "id_43")
      8        const feTile = document.createElementNS("http://www.w3.org/2000/svg", "feTile")
      9        feTile.setAttribute("in", "FillPaint")
     10        filter.appendChild(feTile)
     11        svg.appendChild(filter)
     12        document.documentElement.appendChild(svg)
     13        const canvas = document.createElement("canvas")
     14        document.documentElement.appendChild(canvas)
     15        const context = canvas.getContext("2d")
     16        context.filter = "drop-shadow(96rem 140.50798074650797mm) url(#id_43)"
     17        context.strokeText("🡅𝑄\r‑𓨟𥞮\n\r+6\r\n\0⍐+=|=\r𖖕𖍫߬𯬜𖔩ᾂ᩿0󠅋𯏐٫󠻻𛿠%᭰\t뗀፟󠼣", -1, 32767, 255)
     18      })
     19    </script>
     20  </head>
     21 </html>