I put the following (from mozilla.org) into userChrome.css:
.tabbrowser-tabs *|tab:not([image]) .tab-icon {
display: none;
}
which nicely kills the icons on tabs, but it also kills the spinner, which I'd like back. Anyone know how to do this? I like that indication that the tab is loading.