UserChrome location & Disabling page load animation

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
kla87
Fanatic
Fanatic
Posts: 112
Joined: 2014-03-28, 03:22
Location: US

UserChrome location & Disabling page load animation

Unread post by kla87 » 2016-12-01, 22:56

What is the portable equiv of userchrome.css?

Also, I changed the browser.tabs.animate entry to false however the circular animation on tabs is still showing.

adisib
Lunatic
Lunatic
Posts: 380
Joined: 2015-06-13, 03:34
Location: KY

Re: UserChrome location & Disabling page load animation

Unread post by adisib » 2016-12-01, 23:27

I expect it would be the same as Firefox portable, so a search on google could answer this. It would be wherever your profile is stored, so you could even search for profile in that directory. It looks like "\Data\profile\chrome\userChrome.css" from a very quick search, but I don't use portable so can't confirm.

browser.tabs.animate is for animations of tab movements from creating and removing tabs so that they resize or move over in an animated way. For the circular loading animation, you can disable it by adding the following to userChrome.css I believe:

Code: Select all

.tab-throbber {
  display: none !important;
}

kla87
Fanatic
Fanatic
Posts: 112
Joined: 2014-03-28, 03:22
Location: US

Re: UserChrome location & Disabling page load animation

Unread post by kla87 » 2016-12-02, 00:53

I'm still not finding userchrome, but thank you for that code when I do.

dark_moon

Re: UserChrome location & Disabling page load animation

Unread post by dark_moon » 2016-12-02, 01:15

You need to create the folder and the files.

CraigPD
Lunatic
Lunatic
Posts: 292
Joined: 2013-01-01, 19:03
Location: Mexico

Re: UserChrome location & Disabling page load animation

Unread post by CraigPD » 2016-12-02, 01:39

kla87 wrote:I'm still not finding userchrome, but thank you for that code when I do.
As dark moon said, here's the folder / file location and a userChrome-example.css that used to be included during installation.
userChrome.css_location
userChrome.css_location
Attachments
userChrome-example.css.txt
remove txt extension
(1.14 KiB) Downloaded 69 times

Locked