How to remove the "Show Passwords" button in Firefox

Firefox has a really annoying feature where anyone using your computer can open firefox, open the preferences form, click "Saved Passwords" on the "Security" tab then click the "Show Passwords" button to reveal all of your saved passwords.

These passwords could be for your e-mail account or even your Paypal account. Any chump that got on your computer could do this, unless, of course, you use a master password. But this solution is annoying. So here's how to remove that horrible "Show Passwords" button:

Open a text editor and paste the following text into a new file:

button#togglePasswords { display: none !important }

Save this text file as userChrome.css in the folder called chrome in your Firefox profile folder.

Where the Chrome folder is located:

  • Linux users:

    ~/.mozilla/firefox/xxxxxxxx.default/chrome

  • Windows XP / Vista users:

    %APPDATA%\Mozilla\Firefox\Profiles\xxxxxxxx.default\chrome\

  • Mac OS users:

    ~/Library/Application Support/Firefox/Profiles/xxxxxxxx.default/chrome/

Where xxxxxxxx represents a random string of 8 characters.

Much better!

For more information about userChrome.css head here: userChrome.css

3 comments:

Anonymous said...

I've just added the CSS file and it works. Thanks!

Niborg said...

Someone know if it's possible for Google Chrome ?

ozzymud said...

Use a "master password" in firefox.. then to even view logins... enter master password... click on show passowrds... enter master password again

I use the view password feature a lot, and the master password was THE fix for what you describe :)