Firefox button

Hallo,
I often use Firefox, a great browser, and sometimes go to Tools - Options - Security - saved password to read and erase the passwords for the sites that I visit.
Do you know if there is a way to shorten this path, maybe insert something in the toolbar to speed up this task?
Thank you

__________________
You have never see 18 gift you like these? (idee regalo on italian or idée cadeau on french), forum informatica

This is an interesting question. I've never looked into it before, but out of curiosity I decided to see what I could find.

This is the chrome resource for that page:
chrome://passwordmgr/content/passwordManager.xul

You can enter that in your URL bar and Firefox will display it as if it were a normal web page (though it still appears to be fully functional).

When clicking on the button in the preferences dialog, it runs this command:
gSecurityPane.showPasswords();

which in turn runs this:
openDialog("chrome://passwordmgr/content/passwordManager.xul");

This is what pops open the new, smallish window containing your passwords. If you prefer this view you'll need some way to run that command. You can use an extension like keyconfig (one of my favorite extensions) or custom buttons to set this up.

Hope this helps.

--
http://www.legroom.net/

Add new comment

Filtered HTML

  • Allowed HTML tags: <a href hreflang> <acronym> <blockquote cite> <br> <cite> <code> <dd> <div> <dl> <dt> <em> <img src alt title height width> <li> <ol start type> <p> <pre> <span> <strong> <sub> <sup> <ul type>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.