Existem add-ons que podem fazer isso, como Status-4-Evar.
Nas opções do complemento, defina Show status in:
para None
para desativar mensagens na barra de status.
Vocêtambémpodefazerissomanualmentecomarquivosdeconfiguração.
Navegueatéapastadoseuperfil("%APPDATA%\Mozilla\"
) e, em seguida, vá até a pasta chrome
, criando-a, se necessário. Na pasta chrome
, crie um arquivo de texto simples chamado userChrome.css
Cole o seguinte no arquivo:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
.statuspanel-label {background:#FF9!important;color:black!important;font-family:"DejaVu Sans Mono"}
statuspanel {display:none!important}
statuspanel {max-width:90%!important}
statuspanel[type="overLink"] .statuspanel-label
statuspanel[type="status"] .statuspanel-label[value^="Looking"]
statuspanel[type="status"] .statuspanel-label[value^="Connect"]
statuspanel[type="status"] .statuspanel-label[value^="Waiting"]
statuspanel[type="status"] .statuspanel-label[value^="Transfer"]