autocomplete - How to remove one or all auto-complete text entries in Chrome?

11
2013-08
  • Kayle

    Possible Duplicate:
    Remove auto-complete field entries in Google Chrome

    Ok... so this is embarrassing.

    I typed in "boobs" on EncyclopediaDramatica's search because, well, it's a really funny page.

    But now I've got a problem... EVERY TIME I click a search feild in Chrome now, it shows "boobs" as the first suggestion in the drop down!

    This is not really socially acceptable as this laptop goes with me everywhere and Chrome is my primary browser.

    Is there a way I can isolate and remove just that one entry?

  • Answers
  • Area 51

    Linux and Windows

    Just highlight it in the dropdown list (using the arrow keys, or your mouse cursor) and press delete on your keyboard.

    Note that you may have to press shift+delete in some cases, like if the autocomplete is in the address bar (URL) field.

    Mac

    1. Start typing so that the unwanted autocomplete URL comes up.

    2. Hit fn+shift+backspace if you have a compact keyboard or shift+delete if you have a keyboard with separate delete key (and no fn). If you have a non-Apple keyboard, shift+delete should do the trick.


  • Related Question

    authentication - Chrome auto-fill username/passwords is inconsistant
  • romant

    Some forms (u/p) chrome will autofill completely.

    Others, it will wait until you specify a username, at which point it completes the password.

    Is it possible to make it complete the username and password by default?

    Thank you.


  • Related Answers
  • William Hilsum

    This happens to me as well in Firefox.

    The reason is, it can remember as many credentials as you like, on as many sites as you want - however, it only fills in the username and password field IF you only have one stored credential for that site.

    I have not seen a workaround or any way to set a single credential to be the default, but the way around this is simply to go to Settings... and delete any additional credentials for the same site.

    Go to Google Chrome Options > Show saved passwords, and delete any additional passwords for the site.

    The next time you visit the site, it should automatically fill out the correct fields for you without manually having to select the username.

    -I hope this helps, I have tested it for you inside a virtual machine and I can confirm this behaviour on an older version of Chrome, but the latest version (just installed from Ninite) does not have this.

    In addition, some sites have smart systems that randomise the field names such as Hotmail/Passport/Live, so it possible that Chrome simply doesn't understand where to put the information, but once you type the username, it knows and puts the password in the next.

  • Peter

    I think Brendan is right. Chrome seems to look for a field whose name is "username" along with the password field. If the username field is missing, nothing gets filled in. Also, if the username field has some other name, such as "ID", or if the username field is on a separate page from the password field, it probably won't fill in the name.

    Firefox does a much better job of recognizing when username and or password fields need to be filled in or at least completed. This is certainly an area where Chrome could be improved.

  • 10basetom

    Chrome's basic AutoFill feature will be sufficient for most people, but for some people (like myself) it was sorely lacking. Hence, I created my own Autofill form filler extension. This extension has been working for a lot of people, so maybe it'll work for you also:

    https://chrome.google.com/extensions/detail/nlmmgnhgdeffjkdckmikfpnddkbbfkkk

    You will definitely have more power and control than Chrome's built-in autofill, and it will require one less click to autofill (zero clicks, actually -- no more having to select from a menu to initiate the autofill!).

  • 8088

    I recommend KeePass, a free open source (and portable) password safe/manager.

    Auto-Type, Global Auto-Type Hot Key and Drag&Drop

    • KeePass can minimize itself and type the information of the currently selected entry into dialogs, webforms, etc. Of course, the typing-sequence is 100% user-customizable, read the documentation file for more.
    • KeePass features a global auto-type hot key. When KeePass is running in the background (with opened database) and you press the hot key, it looks up the correct entry and executes its auto-type sequence.
    • All fields, title, username, password, URL and notes can be drag&dropped into other windows.

    alt text

    Needless to say that it's much safer using KeePass than storing usernames and passwords in the password manager of a web browser.

    Another, more general tip, if you're want to autofill forms: I'm using PhaseExpress, which works everywhere and far more accurate than the autofill feature of any web browser.

    Auto-Complete

    The unique text prediction feature automatically recognizes input of repetitive phrases and auto-complete them on demand.

    Just install and launch PhraseExpress and forget about it. It will start learning your personal writing style and soon begin to offer to auto-complete phrases:

    alt text

    Autotext in any Program

    PhraseExpress takes words, sentences and phrases that you commonly use in documents or computer programs and allows you to create text abbreviations for them.

    When such abbreviation is typed, PhraseExpress finds the matching long word or phrase and enters it in the document for you:

    alt text

    PhraseExpress is a great relief for users who do a lot of typing. once you start using it, you'll wonder how you ever did without. :)

    PhraseExpress is free for personal use, a portable version is available.

  • thegreyspot

    I'm fairly certain it depends on the website author. Chrome doesn't know it's a username and password field unless that is the name in the html code (i.e. <input type="text" name="username" />)

    If two fields match a pattern, that would explain why it fills in the password after you've given a username.

    It could also be that it doesn't auto-fill fields that are generated by Javascript or that aren't initially visible on the page.

  • warren

    I have seen similar issues in Firefox, IE, Opera, and Chrome. Every time I've seen it either a) the field names are randomized, or b) the login form isn't actually HTML - it's been generated via javascript, flash, or may be HTML,but is embedded in an iframe.