tor-browser

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

721910.html (210B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 a = Int8Array(0x01000000);
      7 p = Proxy.create({ get: function(r, name) { return a[name]; } });
      8 try { Int8Array(p); } catch(e) { }
      9 
     10 </script>
     11 </head>
     12 
     13 <body></body>
     14 </html>