Are there any API on Firefox to retrieve the users' bookmarks with javascript ?
thanks,
Bruno
For firefox , you can use bookmark service in javascript via XPConnect. But these code may give user warning as the result of the privilege reason.
For more information about the code, you can refer to the online documents here https://developer.mozilla.org/en/Code_snippets/Bookmarks