topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 1:26 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Idea: Chromium or general-purpose favicon fetcher  (Read 3356 times)

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Idea: Chromium or general-purpose favicon fetcher
« on: December 05, 2010, 12:34 PM »
I'm running Chromium.  Right now the "fix" for losing favicons in bookmarks is to open all bookmarks in each folder on my bookmarks bar.  It launches a ton of processes.  I haven't found a bookmark validation extension for Chrome/Chromium that refreshes the favicons.

What I'd like is a program that sifts through the bookmarks and refreshes the favicons. People say just use normally and they will eventually refresh.  But before then an update is likely to plunk it back to square one.  So a push-button fix would be handy. It doesn't have to be particularly fast.  Low on resources would be even better.

If anyone knows of an extension that already does this that works in Chromium that would be great too.

For Firefox, CheckPlaces does the job. I made a suggestion for Bookmark Sentry extension to add this feature but no one commented. I assume it's never going to happen.
« Last Edit: December 05, 2010, 12:37 PM by MilesAhead »

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: Idea: Chromium or general-purpose favicon fetcher
« Reply #1 on: December 05, 2010, 03:05 PM »
I hacked together something good enough for my own use. Not really smooth.  But it does the job without 50 chrome.exe processes running. :)

If I ever dress it up nice I'll upload it to my site.


MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: Idea: Chromium or general-purpose favicon fetcher
« Reply #2 on: December 05, 2010, 06:44 PM »
I called it BookmarkVisit.  You can download from this page:

http://www.favessoft.com/downloads.html

The download includes a readme.  But basic usage is, make the browser that needs a favicon refresh the default.  Export bookmarks to an .html file.  Run bv.exe and select that file.  bv.exe picks up the exe associated with that file from Windows to get the process exe name to use when closing instances.

It just uses Windows to open each bookmark that starts with "http:" and every multiple of 10 it closes all of the browser instances.  It just keeps the number of browser instances to a sane level.  You'll see your browser come up, open tabs, close etc.. repeatedly until all the bookmarks are processed.  When done the Gold Star Icon in the Tray should disappear.

It's probably not suitable for dial-up as the built-in delays are short.  But it should work with tabbed browsers running on broadband. Also your browser should be set to open new links in tabs rather than new windows. It should still work but they'll just be more clutter as multiple windows open and close rather than tabs.

See readme for the gory bits. :)

edit: I made some modifications.  Still, it's a last resort brute force approach. If you run Firefox I recommend using CheckPlaces AddOn instead.  This utility works pretty smoothly with Chromium 10.x on my machines though.

« Last Edit: December 06, 2010, 02:39 PM by MilesAhead »