tor-browser

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

1977875-1.html (239B)


      1 <script>
      2 window.addEventListener("load", () => {
      3  const a = document.createElementNS("http://www.w3.org/1999/xhtml", "canvas")
      4  const b = a.getContext("2d")
      5  b.filter = "blur(108.75pt)"
      6  b.strokeText("G۰�", 100, 0, 16)
      7 })
      8 </script>