tor-browser

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

1287652-1.html (208B)


      1 <canvas id='i0'></canvas>
      2 <script>
      3 var c=document.getElementById('i0').getContext('2d');
      4 var g=c.createLinearGradient(59,9,38.89,-75.51);
      5 c.fillStyle=g;
      6 c.globalAlpha=0.62;
      7 c.fillText('a',0,24,30);
      8 </script>