GabLeRoux / webextensions-history-browser

🕘 Browse your firefox history like a boss.
https://addons.mozilla.org/en-US/firefox/addon/webextensions-history-browser/
MIT License
20 stars 1 forks source link

Improve search by using browser.history query #19

Open GabLeRoux opened 5 years ago

GabLeRoux commented 5 years ago

I don't exactly know how this should be implemented, but there is an api provided by firefox that allows us to query the history directly. Right now, the extension queries 5000 items, but there may be place for improvements.

Related documentation:

There is also this related issue: #6