tor-browser

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

1825445.html (238B)


      1 <html>
      2 <p id="targetParagraph">
      3 
      4 <script>
      5    document.designMode = 'on';
      6 
      7    function crash() {
      8        for(var i=0; i<850; i++) { targetParagraph.insertAdjacentText("afterEnd", "S".repeat(8567)); }
      9    }
     10    crash();
     11 </script>
     12 </html>