We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

disable welcome to firefox

  • 1 回覆
  • 34 有這個問題
  • 2 次檢視
  • 最近回覆由 Bosunpuppy

more options

How do I turn off the "welcome to firefox" which automatically 'tabs' with my homepage?

How do I turn off the "welcome to firefox" which automatically 'tabs' with my homepage?

所有回覆 (1)

more options

I was editing the prefs.js and users.js files to eliminate all the Babylon entries and when I reloaded Firefox, suddenly the "Welcome to Firefox" tab kept appearing. Here is what I found:

Open the user.js file in your profile folder with a text editor. Look for this entry:

user_pref("browser.startup.homepage_override.mstone", "rv:8.0");

Change the numbers (in this case) "8.0" to the current revision of Firefox. ie:

9.0.1 (current version when this was written ). So it should look like this:

user_pref("browser.startup.homepage_override.mstone", "rv:9.0.1");

Save the file and restart Firefox. The same line also appears in the file "prefs.js". Make sure that one is correct also if you are still having problems. In my case, it is was already correct.

Hope this helps.

由 Bosunpuppy 於 修改