tor-browser

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

get-computed-style-crash.html (143B)


      1 <!doctype html>
      2 <body>
      3 <script>
      4  const PA_SIZE = 10;
      5  window.getComputedStyle(document.body,'\\q' + 'q'.repeat(PA_SIZE));
      6 </script>
      7 </body>