Greasy Fork is available in English.

Hide Google Meet Visitor Icon

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

Αυτές είναι εκδόσεις αυτού του κώδικα όπου ο κώδικας έχει ενημερωθεί. Προβολή όλων των εκδόσεων.

  • v0.5 14/12/2023

    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 07/12/2023

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

  • v0.3 07/12/2023

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

  • v0.2 07/12/2023

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

  • v0.1 05/12/2023