Firefox Bookmarks Search Firefox bookmarks stored in using Nushell's built-in SQLite support. Searching Bookmarks Use the provided script for consistent results: Results are deduplicated by URL and exclude URLs. Use for subsequent pages and (max 50) to adjust page size. Ad-Hoc Query For one-off queries not covered by the script: Bookmarks are in joined to via . Filter with for actual bookmarks (not folders or separators). Constraints - Firefox must not be running when querying — SQLite locks the database - If Firefox is open, copy first: , then query the copy ---