Disable Firefox WebRTC indicator
1 files changed, 4 insertions(+), 0 deletions(-) M firefox/userChrome.css
M firefox/userChrome.css => firefox/userChrome.css +4 -0
@@ 9,3 9,7 @@ #nav-bar { background: transparent !important; } + +#webrtcIndicator { + display: none !important; +}