
Loading…
[Firefox] Support Firefox Sync #617
+1
Couldn't find any non-obsolete documentation about how to do it. But surely it's a great idea
I was going to ask about this feature specifically for custom filters I create.
Despite the obnoxious warning on these docs, I am 90% sure this works:
for each
services.sync.prefs.sync.<pref>preference
So I'm pretty sure all the addon has to do is add services.sync.prefs.sync.<pref>: true values.
This seems to agree with @TobiX's link.
It would be really nice for the sync to work with Chrome Sync also...
+1
+1
- 1000000000000000000000 ;-)
As a workaround, for Firefox on Linux, you can copy uBlock configuration file for example to a Dropbox folder, and then create a symlink to it on the different machines that will share the configuration.
Ie. with:
mv -v {~/.mozilla/firefox/PROFILE_NAME/extension-data/,~/Dropbox/}ublock.sqlite
ln -sv {~/Dropbox/,~/.mozilla/firefox/PROFILE_NAME/extension-data/}ublock.sqlite
+1 For Chrome sync as well.
+1 Firefox and Chromium
Now that µBlock supports Firefox Mobile, this has become 10x more important. Especially since rules are a bit more cumbersome to create on mobile, this would be an ideal solution.
+1 for Firefox.
Must have feature.
+1 for Firefox. Would be amazing. I'm having to export and constantly overwrite each instance with the updated whitelists.
FYI, uBlock Origin supports this.
@desbma Does Origin use the native Firefox Sync, or some other method?
Yes it uses Firefox Sync.
That's the reason I made the switch to uBlock Origin.
I was a bit annoyed by all the drama after the fork, and honestly I think @gorhill acted as if he wanted fuel the flame war, so I purposly stayed with uBlock from this repo.
But as of of now, on a technical ground, uBlock seems abandonned, and uBlock Origin has more features, is available and updated on addons.mozilla.org (which means automatic updates), is lighter when you first install it, is meticulously optimised for performance, etc.
So the choice is quite easy :)
uBlock origin only supports a manual sync process. Changes are not synced in real-time across all machines. It's a great start, but still not ideal.
It would be really nice if µBlock would sync its settings (filter subscriptions, custom filters, exceptions, etc.) via Firefox Sync.
(See http://stackoverflow.com/questions/23482565/how-do-you-sync-firefox-addon-extension-preferences for how to get this to work)