tor-browser

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

passwd-3.html (167B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4    <input type="password">
      5    <script>
      6      document.getElementsByTagName("input")[0].value = "abcdef";
      7    </script>
      8 </body>
      9 </html>