I need to know that to add firefox 3 compatibility to an <a href="http://www.gnomefiles.org/app.php/Avatar_Factory">application</a>.
In previous version I used something like this:
egrep "imdb.com|youtube.com" "$(find ~/.mozilla/firefox/ -name 'bookmarks.html')"
That returns all bookmark for youtube and imdb but it does not work with version 3.
I know that the file now is places.sqlite
Is it possible?
