PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, August 28, 2022

[FIXED] How to import passwords and logins data to firefox?

 August 28, 2022     csv, firefox, google-chrome, import, script     No comments   

Issue

I have a csv file with all of my passwords from chrome and want to transfer them all ti firefox. But recently firefox removed the feature to import login data. This feature is currently disabled by default, due to performance issues.

So I was wandering, is there a way to write some kind of a script that would iterate through saved login data and push it to firefox, instead of doing it manually one by one?


Solution

Go to about:config and search for: signon.management.page.fileImport.enabled

set it to true, then navigate to about:logins (if already open refresh the page) and hit the 3 dots, Import from File is now an option, import your csv and be happy.

Image of the added option



Answered By - Kaplan
Answer Checked By - Terry (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing