Update (7/10/09): I fixed the extensions to work with the new update to Chrome, find them here.
Today I decided to convert some of my Greasemonkey Scripts to Chrome Extensions. I converted my Digg AdBlocker, Hacker News OnePage, and Hacker News Comments scripts. It turned out to be quite easy, I barely had to change anything to get them running as Chrome Extensions. I packaged them using the python script Google supplied, so they are easy for anyone to install.
To use the extensions, you first need to be running the dev build of Google Chrome, you can get it here. Then ad --enable-extensions to your Chrome command line. Do this by right clicking your Chrome shortcut and choosing “properties”. Then in the “Target:” field add a space after the file path and then add the command. It should like similar to “C:\...your..path..\chrome.exe --enable-extensions“.
Click the following install links and Chrome will ask you if you wish to install the extension. There are also links to view the source and JSON manifest of the extensions.
Hacker News OnePage (install): Provides users with the ability to browse Hacker News articles and comments without leaving the page. source - manifest
Hacker News Comments Footer (install): Adds a footer to the end of the comments pages to give a visual cue of the end of page. source - manifest
Digg AdBlocker (install): Removes ads from digg. source - manifest
To view your installed extensions, or to uninstall an extension visit this address in Chrome: chrome://extensions/
By Tim Dupree at 8:36 pm on June 1st, 2009
Tags: Firefox, Google Chrome, Grease Monkey
Topics: Chrome, Coding, Uncategorized | No Comments »
Firefox 3 Release Candidate 3 is out and the official release of the final version of Firefox 3 has been announced for June 17th. I have been running the various betas of FF3 for a while now and have been loving it. Much faster and much better memory management than FF2. I definitely recommend upgrading to FF3 when it is available. They want to set the world record for most software downloads in a 24 hour period, http://www.spreadfirefox.com/en-US/worldrecord/, lets make it happen!
By Tim Dupree at 3:10 am on June 12th, 2008
Tags: Firefox
Topics: Firefox | No Comments »
Update (1/10/09): Try the new Favicon Picker 3 extension. When I originally wrote this post Favicon Picker for FF3 wasn’t available. If you need to refresh an old bookmark’s favicon, after installing the extension, try this: right click on bookmark -> properties -> Icon: “Reset”, then restart Firefox. When it restarts the new icon should appear. If that doesn’t work for you, you can try the complicated old school way below.
Original (6/12/08):
I have been working on some favicon.ico files for a couple different sites and I noticed that Firefox 3 has trouble refreshing the favicon image in your bookmarks, despite showing the newly updated favicon on the tab bar.
Firefox 3 now stores bookmark data in a SQlite file named “places.sqlite”. This makes it harder to go in make manual changes to your bookmarks. Additionally, Favicon Picker 2 for Firefox doesn’t work with FF3.
This is how I accomplished a manual refresh of the favicon image on my bookmarks toolbar… To get into the .sqlite file, and manually “refresh” the favicon icon for my bookmark toolbar, I installed the SQlite Manager Add-on for Firefox.
Now After installing the Add-on, I fired it up via “Tools–>SQlite Manager”. To open up the places db choose “Database->Connect Database”, then locate the “places.sqlite” file (C:\Documents and Settings\User Name\Application Data\Mozilla\Firefox\Profiles\”default profile”\places.sqlite on a windows xp machine) and open it.
Once opened, click on the table named “moz_favicons” listed on the left hand side. This will load the favicon db. Click the tab “Browse & Search”. Now either manually search through the results or click on the search button and enter the url of the favicon for the bookmark you wish to refresh (example: http://www.google.com/favicon.ico), into the empty field next to the big aqua colored arrow on the “url” line. The click “OK”.
Once you have located the desired favicon, double click the table entry to edit the row. Click the red “X” that corresponds to the “data (Blob)” field to delete the old cached favicon.ico file for the bookmark. The click “OK”. You will be prompted asking if you want to perform the operation, click “OK”.
Now close the database by going to “Database->Close Database”. Click “OK” when prompted. Now close SQlite Manager, and then close Firefox. Upon re-opening Firefox 3 you will see that the bookmark you edited no longer has a favicon. Visit the bookmark and you will see the updated favicon on the tab. The new favicon image for the bookmark will show up after restarting Firefox one more time.
That’s a heck of a lot of work to refresh a favicon, but if you have a new favicon and you’re dying to see it show up next to your bookmark on the bookmark toolbar in Firefox 3, then this is how you will have to do it until someone makes a nice Add-on which does it for you.
-
-
Searching for a favicon
-
-
Deleting a favicon
By Tim Dupree at 2:30 am on June 12th, 2008
Tags: Add-ons, favicon, Firefox, SQlite
Topics: Add-ons, Firefox | 22 Comments »
If you’re on Flickr alot you’re familiar with what a pain it can be to browse through a photo set or stream. There is a great plugin for Firefox called PicLens which hooks into a lot of mainstream websites, such as Flickr, Google, Photobucket, Facebook etc. and makes browsing through lots of photos really easy and much quicker than the usual click and load routine. It can also handle YouTube videos as well. Video quality isn’t so hot, but its a really nice user experience. Check it out.

By Tim Dupree at 7:50 am on May 16th, 2008
Tags: Add-ons, Firefox, Flickr, Google
Topics: Add-ons | 1 Comment »