tor-browser

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

1296410-1.html (220B)


      1 <canvas id='canv'></canvas>
      2 <script>
      3 var ctx=document.getElementById('canv').getContext('2d');
      4 ctx.globalAlpha=0.81;
      5 ctx.scale(22,3406781);
      6 ctx.filter='sepia(80%)';
      7 ctx.font='52px serif';
      8 ctx.measureText('A');
      9 </script>