IMPORTANT NOTE (TO MYSELF): This currently doesn't work with Arc, due to this bug.
Script to globally mute Google Meet in a Chrome window (using Raycast script commands)
- Ensure that
chrome-cli
is installed - Toggle the setting to Allow Chrome to execute JS from Apple Events (in Chrome, View > Developer > Allow JavaScript from Apple Events)
- (Technically optional) Create a new Raycast script command and copy/paste the source of the files below
- (Optional) Configure a Raycast global hotkey for faster triggering
Script | Description |
---|---|
meet-mute.sh |
Mutes unconditionally |
meet-toogle-mute |
Toggles mute on/off |