Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Firefox Problem

  • 12-09-2009 1:01pm
    #1
    Closed Accounts Posts: 4


    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 gift like these? (geschenke zum 18 geburtstag on german or regalo novios on espanol), isolante pannello


Comments

  • Closed Accounts Posts: 36,634 ✭✭✭✭Ruu_Old


    You can have Firefox clear the saved passwords when the browser closes if that is any better. Tools->Options->Privacy and then tick the box beside 'Clear history when Firefox closes', make sure to hit the 'Settings' button to choose what you want cleared.


  • Closed Accounts Posts: 4 Bacchisio


    The problem is that I have to delete a single password at a time and not all.
    Thanks the same.
    Bye


  • Registered Users, Registered Users 2 Posts: 499 ✭✭Pyro Boy


    I can shorten it by 1 click.... using https://addons.mozilla.org/en-US/firefox/addon/2377 then just click right click on the toolbar and add the "options" to the toolbar (I'm looking at another way to do it and I'll post it when I get it)


  • Registered Users, Registered Users 2 Posts: 499 ✭✭Pyro Boy


    Bacchisio wrote: »
    Hallo,
    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
    ]

    Hey I've got just the thing :D

    Step1: Download this add-on https://addons.mozilla.org/en-US/firefox/addon/2707


    Step2: Once installed right click on the toolbar and click add new button. you should get the followings screenshot.
    step2mg.png

    Step3: Type in the name: Passwords
    Step4:After "/*CODE*/" type in the following code
    var wm = Components. classes["@mozilla.org/appshell/window-mediator;1"].
    	 getService (Components. interfaces. nsIWindowMediator);
    var win = wm. getMostRecentWindow ("Toolkit:PasswordManager");
    if (win)
    	win. focus ();
    else
    	openDialog ("chrome://passwordmgr/content/passwordManager.xul", "_blank", "resizable,dialog=no,centerscreen", null);
    

    Step5:Click ok
    Step6:Right click on the toolbar again this time click customise and look for the button that you have just created called Password. Now drag this button where you would like it to be (you can even drag it to the toolbar menu)


    It you just want to open the Preferences" dialog and switch it to "Security" pane change the code to this
    openPreferences ("paneSecurity");
    

    This is why I Firefox is so great you can customise it to whatever you need. A big thank you to antonglv who helped with the code:)


Advertisement