How can I make Firefox automatically remember all passwords without prompting?
|
feedback
|
|
Hacking Firefox to Always Auto Save Password Without Showing Notification Bar:
Now whenever you login to any website, Firefox will auto save the site, username and password to the login manager WITHOUT showing the notification bar. Note: even when you enter the wrong username or password, it will still be saved. | |||||||||||||
feedback
|
|
Looks like this site here has the answer you are lookin' for here It states that you must have all instances of Firefox closed, navigate to the "C:\Program Files\Mozilla Firefox\components\" directory, open up nsLoginManager.js and comment out lines 112 and 121 | |||
|
feedback
|
|
for firefox 4 -extract omni.jar located on the firefox folder and then open the components folder -edit what you need -then compress it, using zip format or it will not work, and name it omni.jar -note: dont compress the folder "omni" compress whats inside the folder -replace your omni.jar with the one in the firefox folder | |||
|
feedback
|
|
On a mac FF3.6, the edits are made in:
Here's my change complete - which make the end line 854.
I kept everything but commented out what I didn't want, and added the pwmgr.addLogin(aLogin) line. | |||
|
feedback
|
|
This DOES still work in Firefox 3.6 - 4.0+, it's just not in the same place as shown in the picture. Using Firefox 4.0: Edit Replace the code from lines 800 - 869 with:
Save and replace original file. Et voila! Saves passwords and doesn't prompt. | ||||
|
feedback
|
protected by nhinkle♦ Apr 26 '11 at 23:52
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
