Is there a way to force Google Chrome to remember passwords for sites that have autocomplete turned off?
Clarification:
I am a programmer, but ideally, I'd like a method that I could help regular users implement, too.
|
Is there a way to force Google Chrome to remember passwords for sites that have autocomplete turned off? Clarification:I am a programmer, but ideally, I'd like a method that I could help regular users implement, too.
| |||||||||
feedback
|
|
use the autocomplete=on extension. it changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered. | |||
feedback
|
Workaround: use a bookmarkletThis is not really a solution, but you can hack a workaround for this if you know a little Javascript by making a bookmarklet that fills out the username and password fields. This would work:
For example, if the page you want to fill in has fields with IDs of 'user_name' and 'password', this javascript would fill them with whatever you define near the beginning.
This is not secure at all, of course, if anyone you don't trust may open your browser; they can click to edit this and see your login info. But it's not much worse than having the browser remember your passwords if it doesn't use a master password to encrypt them; some digging around in the menus will let you view those. And anyway, you shouldn't let people you don't trust use your computer. | |||
|
feedback
|
|
I often do the following in Firefox/Firebug:
I can't find a way to delete attributes with Chrome's Developer Tools, but you can change it to | |||||
feedback
|