MoveThrobber 1.0 Requires Restart
by aaronspuler
Move SeaMonkey's throbber from the Toolbar to the Menubar.
About this Add-on
If you wish to have the Firefox throbber, save the following images in your chrome directory and apply the following userchrome.css rules:
http://www.spuler.us/extensions/loading.gif http://www.spuler.us/extensions/loading.png
#navigator-throbber {
list-style-image: url(loading.png) !important;
}
#navigator-throbber[busy="true"] {
list-style-image: url(loading.gif) !important;
}