Stephen Ostermiller's Password Bookmarklets |
Bookmarklets are useful peices of JavaScript code that you can save in your browser's bookmarks. When you then click this bookmark it will run the code against the current page rather than the usual "go to the bookmarked page" behavior of bookmarks.
Remember PasswordsAllow the web browser to remember passwords, even when the site has password storage disabled.
Traverses all frames on the current page searching for forms and password boxes.
If the form or password box has an "autocomplete=off" setting, it turns autocomplete
back on, allowing the web browser to remember the passwords.
|
Installed size: 500 bytes
Source code: - for examining or modifying the Remember Passwords bookmarklet.
Browser compatability:
Firefox: Yes Netscape: Yes Internet Explorer: N/A Opera: N/A Mozilla: Yes Safari: N/A Konqueror: N/A |
View PasswordsView the contents of all the password fields in the page which are normally hidden by ****.
Traverses all frames on the current page searching for password boxes. It collects all the
passwords and displays them in plain text in a popup window.
|
Installed size: 430 bytes
Source code: - for examining or modifying the View Passwords bookmarklet.
Browser compatability:
Firefox: Yes Netscape: Yes Internet Explorer: Yes Opera: Yes Mozilla: Yes Safari: Yes Konqueror: Yes |