tor-browser

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

1287515-1.html (201B)


      1 <canvas id='i0'></canvas>
      2 <script>
      3 var c=document.getElementById('i0').getContext('2d');
      4 c.lineWidth=Number.MAX_SAFE_INTEGER;
      5 c.setLineDash([1]);
      6 c.strokeRect(1,1,0,Number.MIN_SAFE_INTEGER);
      7 </script>