Hacker News new | ask | show | jobs
by aagha 305 days ago
Do you know if it works in FF?
1 comments

Most likely not in it's current state as it uses the `chrome.bookmarks.getTree()` API.

However the Chrome-specific stuff is in this file: https://github.com/jamesrr39/chrome-bookmark-search/blob/mas... , and creating an equivalent for this should be enough to support firefox.

I am open to pull requests!