Skip to content

Instantly share code, notes, and snippets.

View qwertynik's full-sized avatar

Nikhil qwertynik

View GitHub Profile
@qwertynik
qwertynik / google-meet-spacebar.user.js
Created June 6, 2020 13:34 — forked from marcreynolds/google-meet-spacebar.user.js
Google Meet/Hangouts Push-to-Talk
// ==UserScript==
// @name Google Push to Talk
// @namespace http://tampermonkey.net/
// @version 0.5
// @description Hold down the spacebar to unmute the mic in Google Meet; tapping the spacebar toggles mute.
// @author Marc Reynolds (github.com/marcreynolds)
// @match https://meet.google.com/*
// @updateUrl https://gist.github.com/marcreynolds/6c629eaf8bfe87986ebe90ebea7daf85/raw/google-meet-spacebar.user.js
// @grant none
// ==/UserScript==