Mozilla Monitor website will be down for 2 hours starting 5/20/2025 at 6 AM PT. Visit our status site for updates.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Add all about:config changes to Sync

  • 3 odpovede
  • 1 má tento problém
  • 83 zobrazení
  • Posledná odpoveď od ThePillenwerfer

more options

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?

Vybrané riešenie

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.

Čítať túto odpoveď v kontexte 👍 1

Všetky odpovede (3)

more options

Vybrané riešenie

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.

more options

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?

more options

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.