Join us to show up for other Firefox users 🦊. Earn fun badges and Mozilla swag vouchers! Find out more: https://mzl.la/askafox150

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Add all about:config changes to Sync

  • 3 Antworten
  • 1 hat dieses Problem
  • 280 Aufrufe
  • Letzte Antwort von Joe Freeman
  • Gelöst

The Firefox Sync system is really neat for keeping our booksmarks synced across devices, but what I would also love to see is the option to sync all settings as well, including the changes made in the "about:config" settings.

Across my years of browsing I changed quite a lot of small little things and having to track all of those down every time I set up a new device or reinstall windows can get a bit tedious, so I was wondering if those settings can also be included in the Sync settings somehow - or if such a feature might be planned for the future?

The Firefox Sync system is really neat for keeping our booksmarks synced across devices, but what I would also love to see is the option to sync all settings as well, including the changes made in the "about:config" settings. Across my years of browsing I changed quite a lot of small little things and having to track all of those down every time I set up a new device or reinstall windows can get a bit tedious, so I was wondering if those settings can also be included in the Sync settings somehow - or if such a feature might be planned for the future?

Ausgewählte Lösung

It would certainly be a very good idea.

You may not know but you can also put your about:config tweaks in a file called user.js in your profile directory. You can then copy that to any new installations you make and obviously keep a copy somewhere safe.

The format needed is like this:— user_pref("browser.aboutConfig.showWarning", false); user_pref("browser.backspace_action", 0); Oddly this file seems to auto-sync as well; I recently had to do a reinstall and when I went to copy it to the new one found it was already there.

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (3)

Ausgewählte Lösung

It would certainly be a very good idea.

You may not know but you can also put your about:config tweaks in a file called user.js in your profile directory. You can then copy that to any new installations you make and obviously keep a copy somewhere safe.

The format needed is like this:— user_pref("browser.aboutConfig.showWarning", false); user_pref("browser.backspace_action", 0); Oddly this file seems to auto-sync as well; I recently had to do a reinstall and when I went to copy it to the new one found it was already there.

ThePillenwerfer said

It would certainly be a very good idea. You may not know but you can also put your about:config tweaks in a file called user.js in your profile directory. You can then copy that to any new installations you make and obviously keep a copy somewhere safe. The format needed is like this:— user_pref("browser.aboutConfig.showWarning", false); user_pref("browser.backspace_action", 0); Oddly this file seems to auto-sync as well; I recently had to do a reinstall and when I went to copy it to the new one found it was already there.

Oh dang, thats handy to know. So I would need to create a .js file in the editor, put it in the firefox profile folder and just paste all the lines I changed in the about:config menu in there?

That's right. Just make sure it's called user.js as some things, like Notepad, will stick .txt on the end and then it won't work.