Glaring white loading page, can it be changed?

General discussion and chat (archived)
Thehandyman1957

Glaring white loading page, can it be changed?

Unread post by Thehandyman1957 » 2017-09-11, 01:20

Since moving to PM 27.4.2 I have noticed that the pre load page is now white instead of black like it was on 26.5.0

Is there a way to change this color to something not so glaring?

The reason I ask is because I use a lot of dark colors on my browser and I change most of my web backgrounds to a medium gray
and when I open a new site it shows this bright white blank page while it searches and starts to load and it kills my eyes. :shock:

It's like someone shining a bright flashlight in my eyes every time I open a page. :problem:

It would be nice to set this to something a bit darker. 8-)

User avatar
adesh
Board Warrior
Board Warrior
Posts: 1277
Joined: 2017-06-06, 07:38

Re: Glaring white loading page, can it be changed?

Unread post by adesh » 2017-09-11, 06:05

Go to "Content" options. Click "Colors" and choose background and foreground colors.

0N10NKN16H7

Re: Glaring white loading page, can it be changed?

Unread post by 0N10NKN16H7 » 2017-09-11, 09:43

Code: Select all

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

browser
{
  background-color: #000000 !important;
}
Put that in your userchrome.css or make a Stylish style for it. This seems to work for me -- what the poster above mentioned probably works too.

tooshorttoolong
Fanatic
Fanatic
Posts: 137
Joined: 2017-09-11, 14:28

Re: Glaring white loading page, can it be changed?

Unread post by tooshorttoolong » 2017-09-11, 14:41

I’m using PM on Linux and it opens a dark grey page when it starts loading a web page. It may be because it uses my system theme which is a dark theme… Perhaps if you change your system theme it will help.

Thehandyman1957

Re: Glaring white loading page, can it be changed?

Unread post by Thehandyman1957 » 2017-09-11, 16:18

0N10NKN16H7 wrote:

Code: Select all

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

browser
{
  background-color: #000000 !important;
}
Put that in your userchrome.css or make a Stylish style for it. This seems to work for me -- what the poster above mentioned probably works too.

Man, that is soooo much better. Perfect, Thank you. :thumbup: :clap:

As for going to options and clicking on colors, that is for the actual web pages, not the short white page that pops up while loading.
Screenshot - Monday,9,11,17 , 9_16_49 AM.png

0N10NKN16H7

Re: Glaring white loading page, can it be changed?

Unread post by 0N10NKN16H7 » 2017-09-11, 18:37

Thehandyman1957 wrote:Man, that is soooo much better. Perfect, Thank you. :thumbup: :clap:
No problem. :)

fillerup

Re: Glaring white loading page, can it be changed?

Unread post by fillerup » 2017-09-12, 02:54

you can also accomplish the same thing as 0N10NKN16H7's method by going to about:config and changing the value of the preference browser.display.background_color to a value of your choosing. be aware though that doing this will 'break' sites that don't have CSS, like this

Image

Latitude

Re: Glaring white loading page, can it be changed?

Unread post by Latitude » 2017-09-12, 14:07

Thehandyman1957 wrote:Since moving to PM 27.4.2 I have noticed that the pre load page is now white instead of black like it was on 26.5.0

Is there a way to change this color to something not so glaring?

The reason I ask is because I use a lot of dark colors on my browser and I change most of my web backgrounds to a medium gray
and when I open a new site it shows this bright white blank page while it searches and starts to load and it kills my eyes. :shock:

It's like someone shining a bright flashlight in my eyes every time I open a page. :problem:

It would be nice to set this to something a bit darker. 8-)
Use "Advanced Night Mode" add-on by JustOff.

fillerup

Re: Glaring white loading page, can it be changed?

Unread post by fillerup » 2017-09-12, 15:42

Latitude wrote:Use "Advanced Night Mode" add-on by JustOff.
i don't think your suggestion is applicable here

Thehandyman1957

Re: Glaring white loading page, can it be changed?

Unread post by Thehandyman1957 » 2017-09-12, 20:53

Latitude wrote:Use "Advanced Night Mode" add-on by JustOff.
This only works for actual web pages, not brief white loading screen from PM.

Thanks though.

For web pages I use
Color That Site! 0.16.1-signed.1-signed
It's much more customizable and allows me to see the web pages in some sort of normal fashion but in

easier on the eye color schemes. :thumbup:

Locked