搜尋 Mozilla 技術支援網站

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

了解更多

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

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