Skip to content

Instantly share code, notes, and snippets.

@gianluca-sabena
gianluca-sabena / google-meet-toggle-mute.js
Created January 22, 2022 15:48
Tampermonkey - Google Meet Toggle Mute
// ==UserScript==
// @name Google Meet Toggle Mute
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://meet.google.com/*
// @icon https://fonts.gstatic.com/s/i/productlogos/meet_2020q4/v1/web-64dp/logo_meet_2020q4_color_1x_web_64dp.png
// @grant none
// ==/UserScript==