搜索 | 用户支持

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

详细了解

Firefox update wiped out my home page setting which was a custom configuration for a site that I can't get back. Why did this happen?

  • 2 个回答
  • 3 人有此问题
  • 4 次查看
  • 最后回复者为 klaatubob

more options

An update to Firefox yesterday, Nov 22, 2016, wiped out my home page setting. The home page was a complex URL with custom settings for a site. Why did this get wiped out in the update and where can I find that setting to restore it? This is unacceptable behavior for an update!

An update to Firefox yesterday, Nov 22, 2016, wiped out my home page setting. The home page was a complex URL with custom settings for a site. Why did this get wiped out in the update and where can I find that setting to restore it? This is unacceptable behavior for an update!

被采纳的解决方案

Did your Firefox perform a Refresh during the update? If it did, you should find your old profile (settings) folder on your desktop inside a folder named Old Firefox Data.

If you find that the prefs.js file will have your old home page setting.

Don't double-click a .js file because Windows will execute it as a system script. Instead, right-click > Edit the file to open it in Notepad or right-click > Open With to choose a different text editor. Then look for the line starting with:

user_pref("browser.startup.homepage"

and that should have the setting you need (don't include the starting and ending " when you copy/paste to Firefox's Options page).

定位到答案原位置 👍 3

所有回复 (2)

more options

选择的解决方案

Did your Firefox perform a Refresh during the update? If it did, you should find your old profile (settings) folder on your desktop inside a folder named Old Firefox Data.

If you find that the prefs.js file will have your old home page setting.

Don't double-click a .js file because Windows will execute it as a system script. Instead, right-click > Edit the file to open it in Notepad or right-click > Open With to choose a different text editor. Then look for the line starting with:

user_pref("browser.startup.homepage"

and that should have the setting you need (don't include the starting and ending " when you copy/paste to Firefox's Options page).

more options

Thanks! That had what I needed!