- حُلّت
- المُؤرشفة
userChrome.css does not seem to be getting applied.
I was following this reddit thread on how to remove the "your camera and microphone are being shared" popup, but it's having no affect. I have set `toolkit.legacyUserProf… (read more)
I was following this reddit thread on how to remove the "your camera and microphone are being shared" popup, but it's having no affect.
I have set `toolkit.legacyUserProfileCustomizations.stylesheets` to true.
Here's the full contents of the userChrome.css file: ```
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #webrtcIndicator { display: none; }
```