tor-browser

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

tons-of-declarations-crash.html (150B)


      1 <!doctype html>
      2 <style></style>
      3 <script>
      4 document.querySelector('style').innerText = `input { border: 1px solid }`.repeat(2 << 16);
      5 </script>
      6 <input>