Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Mozilla's default homepage color

  • 7 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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.