Hide Google Meet Visitor Icon

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

Ceci est la version du script où le code a été mise à jour. Présenter toutes les versions.

  • v0.5 2023-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.4 2023-12-07

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

  • v0.3 2023-12-07

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

  • v0.2 2023-12-07

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

  • v0.1 2023-12-05