Category: mozilla
-
Transform Mozilla Bookmarks into a list
You have seen that I begin to post “friday links” It is simple,once you have SqlLite Manager add-on for FF. ( add-on,source) Just run the following query ( for the last 7 days bookmarks) by selecting “places.sqllite”: [code lang=”Sql”] SELECT "<p><a target=’_blank’ href=’" || moz_places.url || "’>" || moz_bookmarks.title || "</a></p>" FROM moz_bookmarks Inner JOIN…