How do I remove a loading/spinning icon in a tab which is loading the page?
Additional System Details
Installed Plug-ins
- Next Generation Java Plug-in 1.6.0_33 for Mozilla browsers
- NPRuntime Script Plug-in Library for Java(TM) Deploy
- Shockwave Flash 11.3 r300
Application
- User Agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0
More Information
Usually when you go to the tab and where the refresh button usually is there will be an [x] hit that and it will more than likely stop the annoying spinning. Hope this helps, Jeremy Eramian
Question owner
i used to be able to disable/completely remove it from the tabs, but i cant seem to find a key to do it now. bump someone help me up please!
Question owner
Discovered a solution, add this piece of code to userChrome.css file within a chrome directory in your firefox profile*:
/* Firefox userChrome.css */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.tab-throbber {
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png") !important;
}
/*if you have not got a chrome folder create manually both the folder and the file with exact names*/
