tor-browser

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

1248222.html (470B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8">
      5 <script>
      6 
      7 function boom() {
      8    var canvas = document.createElement('canvas');
      9    var ctx = canvas.getContext('2d');
     10    ctx.setTransform(0.1393438068077303, 0.25634277175561127, 512, 32, 0.5548660053300825, 8);
     11    ctx.transform(16, 1024, -0.958697722982312, 6, 32, 256);
     12    ctx.fillRect(0.20365260220217812, -0.8620547922006936, 1, 0.6929549739446852);
     13 }
     14 
     15 </script>
     16 </head>
     17 <body onload="boom();"></body>
     18 </html>