tor-browser

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

1744172.html (368B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <script>
      6 
      7 document.addEventListener('DOMContentLoaded', () => {
      8  const gl = document.createElement('canvas').getContext('webgl');
      9  const a = gl.getExtension('EXT_disjoint_timer_query');
     10  const b = a.createQueryEXT();
     11  a.queryCounterEXT(b, a.TIMESTAMP_EXT);
     12  a.deleteQueryEXT(b);
     13 });
     14 
     15 </script>
     16 </head>
     17 </html>