Nov
25
2007
Show Hidden Firefox Passwords
Posted by: ipp in Technology, tags: Convience, Firefox, Security, Software TricksEver forgot a saved password? Happens to me all the time, well here is a way to get that password back. You will only be able to get passwords stored in Firefox.
- In firefox select the Bookmarks dropdown and click Organize bookmarks.
- Click on New Bookmark
- Enter the following data:
- Name: Get Password
- Location:
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == “password”) s += f[i].value + “\n”; } } if (s) alert(”Passwords in forms on this page:\n\n” + s); else alert(”There are no passwords in forms on this page.”);})(); - Keyword: Password Retrieval
- Description: Retrieves saved passwords.
- Click OK to add the bookmark
- Now go to a web page that has your password saved, aka you see a bunch of *’s in the password field.
- Go to your bookmarks and click the bookmark we just created(get password)
- A popup box will now appear on your computer with your password!
Entries (RSS)