How to See Saved Passwords in Firefox

Open your Mozilla-Firefox and view the login screen., Right click within the password field., Change the password field type., View the password.

4 Steps 1 min read Easy

Step-by-Step Guide

  1. Step 1: Open your Mozilla-Firefox and view the login screen.

    Say you are on Google+ login page, and it has auto-filled the username and password (as you previously clicked "remember me" in your browser to stay signed in).

    All browsers for security purpose mask the password field with asterisks; this makes text secret.

    There is an easy way to covert those asterisks to normal text. , Select "Inspect Element". , After you inspect elements, a developer tool window will appear below, where you will see the code which is highlighted and code looks like <input id="password" class=" " type="password"......>.

    Double-click on "password" and change it to "text" like this: <input id=password class=" " type="text".......>.

    Hit Enter now. , After you hit enter, you will reveal a text which is replaced by masked symbols (asterisks).

    To replace the asterisks/dots, undo the same action.

    Replace "text" with "password," and it'll be back to normal.
  2. Step 2: Right click within the password field.

  3. Step 3: Change the password field type.

  4. Step 4: View the password.

Detailed Guide

Say you are on Google+ login page, and it has auto-filled the username and password (as you previously clicked "remember me" in your browser to stay signed in).

All browsers for security purpose mask the password field with asterisks; this makes text secret.

There is an easy way to covert those asterisks to normal text. , Select "Inspect Element". , After you inspect elements, a developer tool window will appear below, where you will see the code which is highlighted and code looks like <input id="password" class=" " type="password"......>.

Double-click on "password" and change it to "text" like this: <input id=password class=" " type="text".......>.

Hit Enter now. , After you hit enter, you will reveal a text which is replaced by masked symbols (asterisks).

To replace the asterisks/dots, undo the same action.

Replace "text" with "password," and it'll be back to normal.

About the Author

A

Aaron Foster

A passionate writer with expertise in DIY projects topics. Loves sharing practical knowledge.

45 articles
View all articles

Rate This Guide

--
Loading...
5
0
4
0
3
0
2
0
1
0

How helpful was this guide? Click to rate: