How to remove the red micophone indicator or at least disable the animation? [2024 ff115ESR]
if you join for example a jitsi meeting and switch to another tab then the favicon of the jitsi page gets replaced by a red microphone icon. this replacement keeps running in an animation favicon -> microphone icon -> favicon -> ...
for motion sensitive persons this is terrible.
i tried the following settings i found googling but the animation is still there: ```
- webrtcIndicator {
display: none;
} ```
``` .tab-icon-overlay[sharing] {
display: none !important;
} ``` - `ui.prefersReducedMotion 1` - `toolkit.cosmeticAnimations.enabled false`
how to disable the animation
Alle antwoorden (1)
as the animated gif i uploaded before was converted to a single frame image here an image of the red microphone. this and the favicon keeps to crossfade.