Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Can I printout ALL my logins and passwords?

  • 5 réponses
  • 0 a ce problème
  • Dernière réponse par cor-el

more options

How do I printout ALL my logins and passwords? I use to be able to make/create a hard copy on AOL. -- THKS

  1. # #
How do I printout ALL my logins and passwords? I use to be able to make/create a hard copy on AOL. -- THKS # # #

Toutes les réponses (5)

more options

Cela vous a-t-il été utile ?

more options

THKS for the prompt support/reply! I should have qualified that I'm on an older Mac (El Capitan 10.11.6) and the FFox is 78.15.Oser. I suspect you were referring to using a PC?

  1. # #

Cela vous a-t-il été utile ?

more options

Right, it may not be available in this version, it's quite new feature.

Cela vous a-t-il été utile ?

more options

I dug down a little and YES, you can import, but it doesn't give you the option to Export. I'll follow your directions and log in on my HP laptop, and see if I can export.

THANKS SO MUCH FOR the comprehensive guidance. ALL the best; be well; stay safe, and enjoy the Holidays.

-- Joseph

# # #

Cela vous a-t-il été utile ?

more options

The LoginExport.jsm module is present in Firefox 78, but hasn't been enabled and you need code in userContent.css to get the export menu entry in the cogwheel menu in about:logins.

@-moz-document url-prefix("about:logins"){button.menuitem-import, button.menuitem-export {display:inline-block!important}}

It is not that difficult to create userContent.css if you have never used it.

The first step is to open the "Help -> Troubleshooting Information" page and find the button to access the profile folder with the random name (xxxxxxxx.default-release).

You can find the button to go to the profile folder under the "Application Basics" section as "Profile Folder -> Open Folder". If you click this button then you open the profile folder in the Windows File Explorer. You need to create a folder with the name chrome in the profile folder with the random name (name is all lowercase). In the chrome folder you need to create a plain text file with the name userContent.css (name is case sensitive). In this userContent.css text file you paste the text posted. On Mac you can use the TextEdit utility to create the userContent.css file as a plain text file.

In Windows saving the file is usually the only time things get more complicated because Windows can silently add a .txt or .css file extension and you end up with a file like userContent.css.txt or userContent.css.css. To avoid this, you need to make sure to select "All files" in the "Save File" dialog in the text editor.

You need to close (Quit/Exit) and restart Firefox when you create or modify the userContent.css file.

More info about userChrome.css/userContent.css in case you are not familiar:

You need to set this pref to true in about:config to enable userChrome.css and userContent.css in Firefox 69+.

Cela vous a-t-il été utile ?

Poser une question

Vous devez vous identifier avec votre compte pour répondre aux messages. Veuillez poser une nouvelle question, si vous n’avez pas encore de compte.