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 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Firefox Quantum mostra tela branca com disco de carregamento no centro que aparece rapidamente ao clicar em abas ociosas

  • 1 个回答
  • 2 人有此问题
  • 2 次查看
  • 最后回复者为 William Tael

more options

O Firefox Quantum mostra uma tela branca com disco de carregamento no centro que aparece rapidamente ao clicar em abas ociosas como se fosse a tela branca que o Chrome exibe na mesma situação. Me parece que uma função de "hibernar abas" foi implementada nesse novo Firefox. Como faço para desabilitá-la pelo about:config?

O Firefox Quantum mostra uma tela branca com disco de carregamento no centro que aparece rapidamente ao clicar em abas ociosas como se fosse a tela branca que o Chrome exibe na mesma situação. Me parece que uma função de "hibernar abas" foi implementada nesse novo Firefox. Como faço para desabilitá-la pelo about:config?

被采纳的解决方案

Solução respondida na versão desta pergunta em inglês:

You need to create a userContent.css to change that white flash to a dark gray / almost black. This also changes the color of the brief white flash before a page loads. Perfect for night. Go to about:support in your Firefox browser, click the button labeled "Open folder" in the Profile Directory section. A new Explorer window will open, now create a chrome folder and inside that folder, create a new text document labeled userChrome.css not .css.txt. You may need to enable the File extensions type to be shown via the View panel under Show/hide section. Open the newly created .css file and paste this into it, save it, close it, restart Firefox. .tabbrowser-tabbox { background-color: #a9a9a9 !important; }

Link: https://support.mozilla.org/pt-BR/questions/1187472

定位到答案原位置 👍 0

所有回复 (1)

more options

选择的解决方案

Solução respondida na versão desta pergunta em inglês:

You need to create a userContent.css to change that white flash to a dark gray / almost black. This also changes the color of the brief white flash before a page loads. Perfect for night. Go to about:support in your Firefox browser, click the button labeled "Open folder" in the Profile Directory section. A new Explorer window will open, now create a chrome folder and inside that folder, create a new text document labeled userChrome.css not .css.txt. You may need to enable the File extensions type to be shown via the View panel under Show/hide section. Open the newly created .css file and paste this into it, save it, close it, restart Firefox. .tabbrowser-tabbox { background-color: #a9a9a9 !important; }

Link: https://support.mozilla.org/pt-BR/questions/1187472