Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Learn More

Synchronisation of Scripts and Preferences Extensions

  • 5 odgovora
  • 7 ima ovaj problem
  • 2 prikaza
  • Posljednji odgovor od Kesta

more options

Hello everybody.

With Sync, we can synchronize our favorites, preferences, passwords and other ... But we can't synchronize our scripts (GreaseMonkey), or preferences of our extensions (accepted sites in the "NoScript" extension, for example).

So I was wondering if there was a way to synchronize not our preferences or our extensions, but the preferences of our extensions (GreaseMonkey, NoScript ...) ?

If not, maybe this request - if it hasn't already been asked - could it be reflections.


Thanks, and sorry for my english. Kesta.

Hello everybody. With Sync, we can synchronize our favorites, preferences, passwords and other ... But we can't synchronize our scripts (GreaseMonkey), or preferences of our extensions (accepted sites in the "NoScript" extension, for example). So I was wondering if there was a way to synchronize not our preferences or our extensions, but '''the preferences of''' our extensions (GreaseMonkey, NoScript ...) ? If not, maybe this request - if it hasn't already been asked - could it be reflections. Thanks, and sorry for my english. Kesta.

Izmjenjeno od Kesta

Izabrano rješenje

Hi, something has changed.

Like I said, preference services.sync.prefs.sync.extensions.greasemonkey.sync.enabled was well true and nothing changed anything ...

But I found preference extensions.greasemonkey.sync.enabled and went to true, and there appeared three preferences : extensions.greasemonkey.sync.enabled.lastSync, extensions.greasemonkey.sync.enabled.lastSyncLocal and extensions.greasemonkey.sync.enabled.syncID.

Without the prefix services.sync.prefs.sync. ...

And since, the Scripts are included in the synchronization. However, no preferences extensions ("NoScript" for example). So, wonderful anyway.

Pročitaj ovaj odgovor u kontekstu 👍 2

Svi odgovori (5)

more options

If you want to sync additional prefs then you can create a corresponding sync pref yourself and set the value to true.

  • services.sync.prefs.sync.*

There are services.sync.prefs prefs related to set which prefs to sync and you can set the corresponding services.sync.prefs.sync.xxx pref to false to prevent syncing a pref.

more options

Thank you for your reply.

I'm trying to create booleans values ​​"services.sync.prefs.sync.extensions.prefs" & "services.sync.prefs.sync.scripts" and set to "true", but they doesn't work.

Answer too vague, and doesn't solve the problem.

For me, I think no solution yet really exists on this topic, I hope it will give ideas to developers ...

Izmjenjeno od Kesta

more options

This pref is the "master" for turning Sync on / off for Greasemonkey.
services.sync.prefs.sync.extensions.greasemonkey.sync.enabled

services.sync.prefs.sync.extensions.greasemonkey.
will show you all the prefs for GM and Sync services.

GM 1.15 did not sync GM scripts for me, but none of my user scripts have an update or source URL - so that might be the problem for me.

I don't think that the sync for for GM User Scripts is completely enabled yet.
https://github.com/greasemonkey/greasemonkey/issues/1573
The latest issue (as of 2 months ago) was a conflict with the master password dialog showing up during browser start up, which appeared in GM 1.13.

more options

You need to append the full name of an existing pref as seen on the about:config page (i.e. prefix the pref with services.sync.prefs.sync.) to include this pref in syncing prefs.

more options

Odabrano rješenje

Hi, something has changed.

Like I said, preference services.sync.prefs.sync.extensions.greasemonkey.sync.enabled was well true and nothing changed anything ...

But I found preference extensions.greasemonkey.sync.enabled and went to true, and there appeared three preferences : extensions.greasemonkey.sync.enabled.lastSync, extensions.greasemonkey.sync.enabled.lastSyncLocal and extensions.greasemonkey.sync.enabled.syncID.

Without the prefix services.sync.prefs.sync. ...

And since, the Scripts are included in the synchronization. However, no preferences extensions ("NoScript" for example). So, wonderful anyway.

Izmjenjeno od Kesta