Password memorization and autocomplete heuristics in Chrome

Use the autocomplete=on extension.

Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.


I found a flag that seems to solve the problem of autocomplete while looking for new flags. In chrome://flags, there's a flag named "Enable login detection". Flip that to "Disabled", and it should (at least until the experiment is removed) solve your issue. (On Chrome for iOS, this flag does not exist! So, on that platform, you're stuck!) And as for what the answer is to what Google uses, my bet is that it uses intents like those for the Omnibox, where you can see history, but I'm not sure of that! Regards, Mac