Greasy Fork is available in English.

Hide Google Meet Visitor Icon

Remove screen space wasting "Visitors are in this meeting" warning icon

这些是代码更新过的版本。 显示所有版本

  • v0.52023-12-14

    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();

  • v0.42023-12-07

    Added a check for the attribute data-side="1" so we only delete the visitor icon div, and not the controls!

  • v0.32023-12-07

    Version 2 deleted the controls at the bottom too. Ooops! Let's see if this'll fix that...

  • v0.22023-12-07

    Fixed by continuing to try for 20 minutes to remove the icon.

  • v0.12023-12-05