Skip to content

Instantly share code, notes, and snippets.

View nomayann's full-sized avatar

chauvel nomayann

  • Isère, Rhône-Alpes, France
View GitHub Profile
@nomayann
nomayann / whoHasTalked.js
Last active October 7, 2020 14:43 — forked from nicordev/whoHasTalked.js
Google meet script to get a list of who has already talked during a daily meeting.
// ==UserScript==
// @name Who has talked?
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Show a list of attendees to see who has already talked. Click on a name to remove it. Double click on the list to remove the overlay.
// @author You
// @match https://meet.google.com/*
// @grant none
// ==/UserScript==