Mozilla 도움말 검색

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

자세히 살펴보기

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