搜尋 Mozilla 技術支援網站

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

Learn More

Mozilla's default homepage color

  • 7 回覆
  • 2 有這個問題
  • 278 次檢視
  • 最近回覆由 cor-el

more options

Can I change Mozilla's default homepage to color different than white? Thanks!

Can I change Mozilla's default homepage to color different than white? Thanks!

被選擇的解決方法

Take a look at these "User Styles" which modify the default about:home page. Looks like around 160 "styles" to view, so you should find something there. https://userstyles.org/styles/browse?search_terms=about%3Ahome

Beyond that, have you worked with css code at all? If so, the about:home page can be easily modified via a userContent.css file. http://kb.mozillazine.org/UserContent.css

Start the "script" with
@-moz-document url(about:home) 
and then add your CSS code for what you want to modify, change, or hide. 從原來的回覆中察看解決方案 👍 0

所有回覆 (7)

more options

選擇的解決方法

Take a look at these "User Styles" which modify the default about:home page. Looks like around 160 "styles" to view, so you should find something there. https://userstyles.org/styles/browse?search_terms=about%3Ahome

Beyond that, have you worked with css code at all? If so, the about:home page can be easily modified via a userContent.css file. http://kb.mozillazine.org/UserContent.css

Start the "script" with
@-moz-document url(about:home) 
and then add your CSS code for what you want to modify, change, or hide.
more options

Hey! Thanks for the respond. I havent worked with css and I dont rerally want to do it with userstyles. Is there a way to do it by myself by changing it some easy way? Thanks again !

more options

No, using a UserStyle is the easiest. There is no "setting" in Firefox which can be changed, "code" is needed to make that type of change.

more options

Actually, the easiest way is to just use a different Homepage.

more options

Note that you can also use a background image (possibly with a solid color) that you place in the chrome folder.

@-moz-document url(about:home){body{background-image:bgimage.jpg}}
more options

Thank you guys!

more options

If you prefer not to see snippets on the about:home page then you can set the browser.aboutHomeSnippets.updateUrl pref to an empty string on the about:config page.

Delete the storage\moz-safe-about+home folder in the Firefox profile folder with Firefox closed ("3-bar" Firefox menu button > Exit/Quit) to remove snippets stored in IndexedDB and make Firefox use a default snippet set.

You can reset the browser.aboutHomeSnippets.updateUrl pref via the right-click context menu to the default value to re-enable the snippets and make Firefox recreate the moz-safe-about+home folder. You need to close and restart Firefox after changing the value of the browser.aboutHomeSnippets.updateUrl pref.

You can reset the browser.aboutHomeSnippets.updateUrl pref via the right-click context menu to the default value to re-enable the snippets.