搜索 | 用户支持

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

详细了解

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