Wednesday 18 September 2019

Firefox: Remember new passwords without prompting


How can I make Firefox automatically remember all passwords without prompting?



Answer



Hacking Firefox to Always Auto Save Password Without Showing Notification Bar:



  1. Close Firefox

  2. Edit nsLoginManagerPrompter.js with notepad which is normally located in C:\Program Files\Mozilla Firefox\components\


  3. Replace the entire lines 642 to 711 with the code below:


    var pwmgr = this._pwmgr;
    pwmgr.addLogin(aLogin);


alt text


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.


Source


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...