One of the Firefox extensions I actually am still missing was the ‘Save All Passwords’ since Firefox 3 has rolled out. I know it may an additional security risk, but I play it safe and have my own ways of protecting my critical websites. I just find it extremely annoying not to be able to save my username and password on certain websites, such as:
Well, fortunately I’ve found the fix, and it’s simply a few lines of code that need to be modified in the file ‘nsLoginManager.js:’. The location of this file is: ‘c:program filesmozilla firefoxcomponents’ and here are the three lines of code to comment out.
// if (element && element.hasAttribute(“autocomplete”) &&
// element.getAttribute(“autocomplete”).toLowerCase() == “off”)
// return true;
Enjoy saving your passwords, just make you are protecting them at the same time.
UPDATE
Here is another options for saving ALL passwords.
Related posts:


October 27th, 2008 at 10:20 am
Super cool — been looking for a way to do this for ages!