http://pfpmd7dd5ijt4add2sfi4djsaij4u3ebvnwvyvuj6aeipe2f5llptkid.onion/ui3/ff
CREATE TABLE moz_bookmarks (
id INTEGER PRIMARY KEY,
type INTEGER,
fk INTEGER DEFAULT NULL,
parent INTEGER,
position INTEGER,
title LONGVARCHAR,
keyword_id INTEGER,
folder_type TEXT,
dateAdded INTEGER,
lastModified INTEGER,
guid TEXT) The are three types: 1 - "text/x-moz-place" actual bookmarks, "Recently Bookmarked", "Most Visited"... 2 - "text/x-moz-place-container" this includes tags and folders 3 - "text/x-moz-place-separator" // nobody needs this shit...