Hacker News new | ask | show | jobs
by princevegeta89 1187 days ago
Is it possible to sync between Firefox, Chrome, Brave, Edge? I assume we're limited to the same browser only though?
1 comments

Yes, same browser since uBO just uses the `browser.storage.sync` API.[1] The sync storage is quite limited but uBO compresses the data to make the most of the limited storage.

* * *

[1] https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web...