Support Forums
Change Throbber URL Location - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Computer Support Topics (https://www.supportforums.net/forumdisplay.php?fid=4)
+---- Forum: Networking, Wifi, and Internet Connection Help (https://www.supportforums.net/forumdisplay.php?fid=29)
+----- Forum: Web Browser Help (https://www.supportforums.net/forumdisplay.php?fid=45)
+------ Forum: Firefox Browser (https://www.supportforums.net/forumdisplay.php?fid=65)
+------ Thread: Change Throbber URL Location (/showthread.php?tid=9244)



Change Throbber URL Location - FirefoxWiz - 12-12-2006

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/
Smile

Hope this helps someone!!!
FW


RE: Change Throbber URL Location - BETA_mybb_import3230 - 12-13-2006

Cool! Thanks FW. I changed mine to this forum for quick, easy access! Big Grin

Sara


RE: Change Throbber URL Location - FirefoxWiz - 05-06-2007

I updated the link in the first post! Tongue


RE: Change Throbber URL Location - sarienbarry - 01-27-2010

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;
}