Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

How do I get rid of annoying arcade game on new firefox start page?

  • 2 답장
  • 14 이 문제를 만남
  • 6 보기
  • 최종 답변자: cor-el

more options

Most recent update of Firefox plays an annoying arcade-type game on the start page. How can I get rid of it?

Most recent update of Firefox plays an annoying arcade-type game on the start page. How can I get rid of it?

모든 댓글 (2)

more options

Heheh, it's Mozilla being cheerfully quirky on the Firefox page (you are talking about the Mozilla Firefox Start Page or "about:home", right?).

If so, Mozilla will be changing it with another image in the future; I don't know when, though. For now, you have a few options:

  • Set Google/Bing/etc. as your homepage so that you won't see the Start Page when Firefox launches.
  • Use the Stylish extension to remove the image.

Using the Stylish Addon:

  1. Click the Stylish icon > Write new Style > For this URL (as seen in the first image below)
  2. Create a style as seen in the second image (you can name it whatever you'd like, but
    #brandLogo {
      visibility: hidden;
    }

    must be kept. This makes the arcade game invisible. If you'd like to remove it altogether, swap visibility:hidden; with display:none;.

Save your style. A few weeks later, you can check to see if the arcade game has been removed by Mozilla by disabling the Stylish style on the Start Page. I know it's not a straightforward fix, but it's the best I can do.  :)

I hope that helped you! If it did, please mark this answer as the solution so that others can find information on the forums quickly. Thanks! And of course, please post back if you need more help.

Happy browsing!

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 to remove snippets stored in IndexedDB and make Firefox use a default set.

You can use this button to go to the currently used Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)

You can reset the browser.aboutHomeSnippets.updateUrl pref if you want to see the snippets again.