>>95
.tabbrowser-tab[busy]:not([progress]) .tab-real-text {
  visibility: collapse;
}
.tabbrowser-tab[busy]:not([progress]) .tab-text:before {
  content: "Loading...";
}