Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 499 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 499 Bytes

maxthon_passwords_csv_generator

Use it to export passwords from Maxthon Passkeeper

Steps:

  1. Open mx://password/
  2. Log in
  3. Open "Developer Tools" (Just press F12 or Ctrl+Shift+I)
  4. Paste code from file generate_passwords_csv.js to console and press Enter
  5. In the console you will see the progress (for example, 14/96 means that 14 lines are ready, but 96 lines in total).
  6. When finished, a csv file named passwords.csv will be loaded.
  7. Done!