Howto reveal an input type="password" with simple tools

When your browser is configured to save password fields, it's very easy to reveal that field without knowing the master password (because *of course* you have a master password).

Just use firebug. Load the page, and change change <input type="password" /> by <input type="text" />

Haut de page