搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Export browser settings

  • 1 个回答
  • 1 人有此问题
  • 588 次查看
  • 最后回复者为 cor-el

more options

Which file/s contains only the browser settings, not including the extensions, which are transferable to other profiles? prefs.js? the contents of the settings folder?

Which file/s contains only the browser settings, not including the extensions, which are transferable to other profiles? prefs.js? the contents of the settings folder?

被采纳的解决方案

It is not recommended to copy a full prefs.js to other profiles. The prefs.js file stores all preferences that do not have a default value or aren't present by default and this includes profile specific prefs and timers for stats. If you want to transfer prefs, best is to copy relevant lines from prefs.js to a user.js and use this file to initialize a profile. The user.js file is processed each time you start Firefox, so you should remove this file after it has transferred the prefs or you won't be able to modify those settings permanently.

定位到答案原位置 👍 1

所有回复 (1)

more options

选择的解决方案

It is not recommended to copy a full prefs.js to other profiles. The prefs.js file stores all preferences that do not have a default value or aren't present by default and this includes profile specific prefs and timers for stats. If you want to transfer prefs, best is to copy relevant lines from prefs.js to a user.js and use this file to initialize a profile. The user.js file is processed each time you start Firefox, so you should remove this file after it has transferred the prefs or you won't be able to modify those settings permanently.