Results 1 to 7 of 7
-
19-04-2012, 08:27 PM #1Anorexic, antisocial geek
- Join Date
- Jul 2006
- Location
- Somewhere within the deep recesses my highly convoluted and tortuous mind
- Posts
- 45
Getting rid of Google Chrome's 'speeddial' (aka Most Visited sites)
Hi everyone!
For most intents and purposes, you won't need this hack, but if you are one of those few people who don't like Google Chrome's 'Most visited sites' feature that looks like Opera's Speeddial, then here's how you can get rid of it:
First of all, it could actually be a useful feature for normal users who don't surf the web much other than to often visit their favorite social networking websites.
But if you're into web developing or anything else that requires you to access the same local site that you're hosting on your computer again and again, chances are you don't want Google Chrome to peg your local webserver as one of your most-visited sites.
You could always click the 'X' button on the site's thumbnail to get rid of it, but in my case, it always crops up again sooner or later.
So, after looking for some solutions online; none of which actually worked, I found out that Google Chrome saves the history information, saved passwords, preferences, etc. at this location [Windows 7]:
For WinXP users, it's probably underCode:C:\Users\<USERNAME>\AppData\Local\Google\Chrome\User Data\Default
So anyway, you'll find a file named Top Sites (without an extension) in there. That file holds the URLs of the websites to show in Chrome's speeddial. Now, if you analyzed the file with TrID, you'll find that it was a SQLite database file. So, to read it, you need a SQLite database reader program like the SQLite Database Browser. Download the program and open the file using it.Code:C:\Documents and Settings\<USERNAME>\Local Settings\Application Data\Google\Chrome\User Data\Default
Now, you could look around and modify/delete any entries you want and save the modified database but Google Chrome would fix the anomalies when you start it again the next time.NOTE: Make sure that Google Chrome is not running when you do this because if it is, you won't be able to edit the values in the database.
So, what you need to do to fix it permanently is this:
STEP 0. Make sure Google Chrome is not running!
STEP 1. Make a back-up copy of the History, Top Sites, Archived History and Visited Sites files present in the Google directory in the Application Data folder. Open up the History file found in the same folder using SQLite Database Browser
STEP 2. Switch to the 'Execute SQL' tab and run this SQL query:
or, if you're sure that there's only one entry for your site, try this queryCode:SELECT * FROM urls WHERE url LIKE ('%SITE_URL_TO_REMOVE_HERE%')
For instance, if you had 'google.com' in the most visited sites list and you wanted to remove it, your query would look like this:Code:SELECT id FROM urls WHERE url LIKE ('%SITE_URL_TO_REMOVE_HERE%')
Code:SELECT * FROM urls WHERE url LIKE ('%google.com%')
In any case, you need to look for the ID of the site that you wish to remove.
Once you've found that, go to step 3
STEP 3. Execute another SQL query that removes the site entry from the browsing history. Your query could look like this:
For instance, if 'google.com' had the id of 123456 then the query would look like this:Code:DELETE FROM urls WHERE id=[ID_OF_SITE_URL_TO_REMOVE]
STEP 4. Now, save the changes made to the database. ClickCode:DELETE FROM urls WHERE id=123456

You also need to delete a few files from the folder as well, before you start Chrome again.
The files you need to delete are Top Sites, Visited Links and Archived History. I'm not sure if all those files need to be deleted, but deleting them sure worked for me.
You're done! Start Google Chrome and wait for a few seconds as it rebuilds the most visited sites list. And hopefully, your site wouldn't be on the list anymore.

NOTE: This hack also seems to disable the box that used to contain the thumbnail of site you remove. I never really cared about them so it doesn't bother me, but if you feel you might have broken something, just navigate back to Google's directory in the Application Data folder and remove the files Top Sites, History, Archived History and Visited Links. Replace History with your back-up copy of the file and you're good to go.TheCyberShot
iBelieve: "It is a miracle that curiosity survives formal education." - Albert Einstein
iTweet: http://twitter.com/xyberz09
-
20-04-2012, 12:31 AM #2
Re: Getting rid of Google Chrome's 'speeddial' (aka Most Visited sites)
Great Man... very nice tutorial.... I just got rid of Speed Dial

Awesome work
MrinTech | Exam Dunia :)
Some gadgets I own: Dell Inspiron 15R | Asus X53U-SX013D | iPad 2 | Samsung Galaxy S+ | PS3 :)
-
20-04-2012, 12:48 AM #3Anorexic, antisocial geek
- Join Date
- Jul 2006
- Location
- Somewhere within the deep recesses my highly convoluted and tortuous mind
- Posts
- 45
Re: Getting rid of Google Chrome's 'speeddial' (aka Most Visited sites)
Thanks MrIntech

It works, but it's still not perfect enough. I need to find a way to *not* make Speed Dial unusable after the hack is applied. Lol.
If anyone finds out a way to remove a site from the Most Visited sites list without actually making it's box unusable, do let me know
TheCyberShot
iBelieve: "It is a miracle that curiosity survives formal education." - Albert Einstein
iTweet: http://twitter.com/xyberz09
-
20-04-2012, 01:36 AM #4
Re: Getting rid of Google Chrome's 'speeddial' (aka Most Visited sites)
Nice hack CyberShot

btw see my chrome
(I also wanted to get rid of Speed dials and ability to use apps on one click which I am able to do now)
Spoiler:FAQ + answers for new members (Read before asking / messaging any moderator for any query)
Drop Box: Get 500MB free
Spoiler:
-
20-04-2012, 10:23 PM #5
Re: Getting rid of Google Chrome's 'speeddial' (aka Most Visited sites)
Last edited by himadri_sm; 20-04-2012 at 11:19 PM.
View my Portfolio here-
Pixels and Polygons | On Linkedin | On Facebook
Available for freelance. PM me for details.
MSI 890 GXM G65, Phenom X6 1055T, G.Skill 1600Mhz "Ripjaws" 2x2gb Kit, MSI GTX 470, WD Black 500Gb, NZXT Gamma, Corsair Vx550, Hp 22x DVD-Rw, Benq G2420HD, Logitech Mx-518, Xbox 360 Gamepad for PC
-
21-04-2012, 12:09 AM #6
Re: Getting rid of Google Chrome's 'speeddial' (aka Most Visited sites)
FAQ + answers for new members (Read before asking / messaging any moderator for any query)
Drop Box: Get 500MB free
Spoiler:
-
22-04-2012, 03:40 PM #7
Re: Getting rid of Google Chrome's 'speeddial' (aka Most Visited sites)
this is awesome!!!
+ rep, manMmmphh-mphhhh-mmphh mhh!!!
Similar Threads
-
Google's Open Source Browser: Google Chrome
By kalpik in forum Technology NewsReplies: 193Last Post: 08-10-2008, 07:02 PM -
Can't access Google, gmail , orkut or any other Google sites using Dataone!!!
By the.kaushik in forum Software Q&AReplies: 60Last Post: 17-09-2008, 06:18 PM -
Google : Chrome
By shift in forum Chit-ChatReplies: 1Last Post: 03-09-2008, 12:27 PM -
Your most regularly visited sites!
By ring_wraith in forum Chit-ChatReplies: 27Last Post: 24-01-2008, 05:59 PM -
Interested sites which i visited!!!
By lajs in forum QnA (read only)Replies: 60Last Post: 21-06-2005, 10:49 AM



LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks