Firefox passwords direct access #3129
metropical
started this conversation in
Show and tell
Replies: 1 comment 1 reply
|
You can bookmark about: things in Firefox, so I have a bookmark "Firefox Saved Logins" with a URL of "about:logins". You can put it in the Bookmarks bar or wherever, and give it a keyword (and if you have the Firefox plugin turned on presumably it would pick up the bookmark). Not quite as convenient as a single keystroke, but I also don't need to go there that often. Although I totally agree it's annoying to have to navigate there manually (and Firefox occasionally changes it). |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
drives me crazy to click thru menus to get to Passwords.
Here's a simple Script. Save it what you like to Lib/Scripts.
tell application "Firefox"
open location "about:logins"
activate
end tell
Add a keyboard Trigger
In the 1st box: Item, Nav to Lib/Scripts and select your script.
Tab to Action: type Run. Save.
Click Information (black "circled "i" in the lower right corner).
3rd tab - Scope. Enable in Selected.
Type in Firefox and hit return.
Make a Trigger.
This will only fire when Firefox is the frontmost app.
All reactions