8 ms·
I think there’s a setting to enable cloud storage, so as long as you’re logged into Firefox Sync/Chrome it can be synced but has to be triggered manually to syn
by rmkrmk 3y ago
I think there’s a setting to enable cloud storage, so as long as you’re logged into Firefox Sync/Chrome it can be synced but has to be triggered manually to sync/merge the filter lists.
- frereubu 3y agoI've got that set up, but it doesn't seem to work: https://github.com/gorhill/uBlock/wiki/Cloud-storage https://github.com/gorhill/uBlock/wiki/Cloud-storage I've followed the steps carefully a coupe of times, but still no luck. The page does include the caveat "Cloud storage services offered by specific browser vendors have limitations and quirks and are out of the control of uBO" which seems to be the case for me.
- neurostimulant 3y agoYour list/filters is probably too large. > If syncing is enabled, the data is synced to any Chrome browser that the user is logged into. If disabled, it behaves like storage.local. When the browser is offline, Chrome stores the data locally and resumes syncing when it's back online. The quota limitation is 100 KB approx, 8 KB per item. Consider using it to preserve user settings across synced browsers. https://developer.chrome.com/docs/extensions/reference/storage/ https://developer.chrome.com/docs/extensions/reference/stora...
- frereubu 3y agoUnfortunately not - I only have 121 lines in my filter list. I might dig into it again at some point, but it's only a nice-to-have for me.
- princevegeta89 3y agoIs it possible to sync between Firefox, Chrome, Brave, Edge? I assume we're limited to the same browser only though?
- gorhill 3y agoYes, 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/WebExtensions/API/storage/sync https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web...