Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

How do I disable the "microphone is being used" floating window in FireFox

  • 2 risposte
  • 1 ha questo problema
  • 14 visualizzazioni
  • Ultima risposta di cor-el

more options

There is already an indicator in the tab and one in the windows taskbar so I don't need a third one that is floating on the top of the window. How do I disable it?

There is already an indicator in the tab and one in the windows taskbar so I don't need a third one that is floating on the top of the window. How do I disable it?

Tutte le risposte (2)

more options

Screenshot of the error? This way others can see what your doing when the problem is there.

more options

You can add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#webrtcIndicator {display: none;}