Google Meet 自動カメラ/マイク オフ icon

Google Meet 自動カメラ/マイク オフ

by harupu

v1.2 Updated Feb 22, 2024 13.32KiB
CWS
807
Users
★ 5.00
1 reviews
#4417
of 38.5K
accessibility
#190 of 1K
⚠️Not updated in over 2 years

Description

Google Meetへの参加時にカメラ/マイクを自動でオフにします。 シンプルに以下のコードを実行しています。 --- (function () { var timer = setInterval(mute, 100); setTimeout(function () { clearInterval(timer) }, 20000); function mute() { var muteTags = document.querySelectorAll('[data-is-muted=false]'); for (var muteTag of muteTags) { muteTag.click(); } var muteTags2 = document.querySelectorAll('[data-is-muted=true]'); console.log(muteTags, muteTags2); if (muteTags.length === 0 || muteTags2.length === 0) { return; } clearInterval(timer); } })(); ---
Google Meet 自動カメラ/マイク オフ screenshot 1

Reviews

Loading reviews...

Details

Version 1.2
Updated Feb 22, 2024
Size 13.32KiB
First Seen Mar 22, 2026