tor-browser

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

1010658-1.html (213B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 function boom()
      6 {
      7    window.__proto__ = null;
      8    for (var i = 0; i < 10000; ++i) {
      9        self.document;
     10    }
     11 }
     12 
     13 </script></head>
     14 
     15 <body onload="boom();"></body>
     16 </html>