On Wed, Feb 19, 2014 at 12:21:28AM +0100, Ralf Mardorf wrote: > I had no success when taking a look at e.g. > $ sqlitebrowser ~/.mozilla/firefox/ihwxvng5.default/places.sqlite > > Does anybody know where to look? > > Does anybody know a sqlite browser that could sort moz_places and other > data by anything else instead of the id? Sqlitebrowser has a nice "Execute SQL" tab that gives you all you need. Try with: select * from moz_places order by frecency desc;