tor-browser

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

345267-1d.html (212B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4  <input size="20" maxlength="2">
      5  <script>
      6    document.body.offsetWidth;
      7    document.getElementsByTagName("input")[0].setAttribute("value", "abcde");
      8  </script>
      9 </body>
     10 </html>