tor-browser

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

1357092.html (259B)


      1 <html>
      2    <head>
      3        <script>
      4            o1 = document.createElement("canvas");
      5            o1.setAttribute("width", "100000");
      6            o2 = o1.getContext("2d");
      7            o2.bezierCurveTo(64, 1, 1, 1, 1, 1);
      8        </script>
      9    </head>
     10 </html>