Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Chrome extension - how to remove entry from top sites list (Omnibox suggestions)?

I can easly remove an entry from Chrome's history:

http://code.google.com/chrome/extensions/history.html#method-deleteUrl

but a deleted webpage is still showing up in the suggested sites in the address bar (called Omnibox). I found, these entries are in .config/google-chrome/Default/Top\ Sites. How can I delete a single entry from this list (through Google Chrome API)?

like image 613
ciembor Avatar asked Feb 20 '23 21:02

ciembor


1 Answers

You can remove entries from the list using the following steps:

  1. Start typing the name of the website or whatever

  2. Press on your keyboard, a list of all of the "remembered" entries should appear.

  3. Using & highlight an entry you would like to delete.

  4. Press delete. (Note that you may need to use shift+delete, fn+delete, ctrl+delete (Ubuntu) in some instances, like if the remembered entry is in the address / URL bar).

  5. Repeat steps 2-4 until satisfied.

like image 164
shaneonabike Avatar answered May 07 '23 03:05

shaneonabike