[arch-general] What file provides the links shown by Firefox's "speed dial"

Alessandro Doro ordo.ad at gmail.com
Wed Feb 19 05:06:43 EST 2014


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;



More information about the arch-general mailing list