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.

Cari Bantuan

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Pelajari Lebih Lanjut

How to sync Firefox Toolbar configuration (list of enabled buttons, location, order) betwen computers?

  • 3 balas
  • 1 memiliki masalah ini
  • 77 kunjungan
  • Balasan terakhir oleh Wesley Branton
  • Diarsipkan

How can I enable syncing customized Firefox user interface configuration - Toolbar buttons list, it's location and order, extension buttons, etc?

How can I enable syncing customized Firefox user interface configuration - Toolbar buttons list, it's location and order, extension buttons, etc?

Semua Balasan (3)

I do not believe that this is something that you can sync between systems unfortunately. Sorry.

I have found answer here: https://support.mozilla.org/en-US/questions/1185771

The toolbar customization is stored in browser.uiCustomization.state You would need to create sync browser.uiCustomization.state and have a corresponding services.sync.prefs.sync.* that is set to true to include this pref for syncing. services.sync.prefs.sync.browser.uiCustomization.state = true

That used to be a valid preference, but it appears to have been removed and there doesn't seem to be an equivalent preference in its place.