tor-browser

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

1283113-1.html (587B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 function boom()
      7 {
      8    var canvas = document.createElement('canvas');
      9    var ctx = canvas.getContext('2d');
     10    ctx.transform(1,1,0,0,0,0);
     11    ctx.scale(610.561277214,0.0);
     12    ctx.scale(442.538892637,64.9064087241);
     13    ctx.scale(851.176724189,322.349092655);
     14    ctx.scale(862.937434575,2.88757032711);
     15    ctx.scale(230.933492526,766.024348731);
     16    ctx.scale(968.538114712,4.580);
     17    ctx.transform(1,0,1,0,1,0);
     18    ctx.scale(341.640607159,753.362567174);
     19    ctx.measureText('');
     20 }
     21 
     22 </script>
     23 </head>
     24 <body onload="boom();"></body>
     25 </html>