I have two files that I managed to restore from a Firefox installation under Windows XP. The first one is urlclassifier3.sqlite and the second one is urlclassifier.pset
A query that will actually work (on Windows as the question is about) is:
sqlite3 places.sqlite "select '' || moz_bookmarks.title || '
' as ahref from moz_bookmarks left join moz_places on fk=moz_places.id where url<>'' and moz_bookmarks.title<>''" > t1.html
This presumes:
places.sqlite
is sqlite3
) is installed and is in the path (environment variable PATH
)Sample generated HTML:
Tropical weather
DMI, Radar
Transit Times of Jupiter's Great Red Spot - Planets - SkyandTelescope.com
(951/25) What is the most misspelt word in the English language? - Quora
EEVblog #754 - Altium Circuit Maker First Impressions | EEVblog - The Electronics Engineering Video Blog
Arduino - ArduinoBoardUno