Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

How can I change background color of page before loading starts?

  • 1 Antwort
  • 2 haben dieses Problem
  • 16 Aufrufe
  • Letzte Antwort von Taku

more options

I tried adding style to userChrome.css

@-moz-document url-prefix(about:blank) {

   * {
       background: black !important;
   }

}

and https://support.mozilla.org/en-US/questions/1106886 but both did not work. Dark mode extension works after loading a page but not before loading page in new tab.

I tried adding style to userChrome.css @-moz-document url-prefix(about:blank) { * { background: black !important; } } and https://support.mozilla.org/en-US/questions/1106886 but both did not work. Dark mode extension works after loading a page but not before loading page in new tab.

Alle Antworten (1)

more options

I found a solution by chance. I'm using Linux so I changed GTK theme to Arc-Dark this changed pre-loading screen color. I think other themes with dark mode work too.

Geändert am von Taku