If you notice when you click on the throbber in the top right hand corner of Firefox, it opens
http://mozilla.org.
If you want it to open a different site instead, open a new tab and type
about:config
and search for
browser.throbber.url
Once found, double click on the "Value" which would be "http://www.mozilla.org/" and change it to whatever site you want, for example
http://firefox.8ez.com/
Hope this helps someone!!!
FW
Cool! Thanks FW. I changed mine to this forum for quick, easy access!
Sara
I updated the link in the first post!
Hello
I am not sure that trick will work or not....
But i am hoping it will work..
did what everyone suggested to do...
The "jar"/zip file did not contain a an associated image for when the toolbar is normal but they did have a throbber32.png file that as you can see below I used.
Here whats happens when my browser screen is normal. When you access a website the throbber below begins to work. Once the web site is loaded the throbber image reverts back to the image that is associated with the original theme. In my case I am using the Mozilla "Modern" theme, so the Seamonkey logo appears. When I go to full screen mode the throbber below works fine and it does not revert back to the "Modern" them logo when activity stops.
Also, since I have never used the userChrome.css file before, why is it that every time you make a change to it and Seamonkey loads for the first time after that it creates a blank page and you normal home page?
/* Use custom throbbers in SeaMonkey */
#navigator-throbber {
list-style-image : url("throbber32.png") !important;
}
#navigator-throbber[busy="true"] {
list-style-image : url("throbber-anim.gif") !important;
}
#navigator-throbber[toolbarmode="small"] {
list-style-image : url("throbber16.png") !important;
}
#navigator-throbber[busy="true"][toolbarmode="small"] {
list-style-image : url("throbber16-anim.gif") !important;
}