Greasy Fork is available in English.
Remove screen space wasting "Visitors are in this meeting" warning icon
这些是代码更新过的版本。 显示所有版本
Added a comment indicating how to do this manually with the developer console using this one line:document.querySelector('div[jscontroller="hVZhab"][data-side="1"]').remove();
Added a check for the attribute data-side="1" so we only delete the visitor icon div, and not the controls!
Version 2 deleted the controls at the bottom too. Ooops! Let's see if this'll fix that...
Fixed by continuing to try for 20 minutes to remove the icon.