diff --git a/assets/style.css b/assets/style.css index aa60bce..5dc1cef 100644 --- a/assets/style.css +++ b/assets/style.css @@ -7,3 +7,8 @@ SPDX-License-Identifier: GPL-3.0-or-later */ .vc-backup-restore { display: none; } + +/* The round buttons in the voice chat interface */ +.wrapper__3f3a7 > div > div > .controlButton_ab2899 { + display: none; +} diff --git a/assets/userscript.js b/assets/userscript.js index 77d734d..9811e8e 100644 --- a/assets/userscript.js +++ b/assets/userscript.js @@ -218,9 +218,9 @@ let userscriptPromise; document.getElementsByClassName("actionButtons_b58cbb")?.[0] ?.children[1], // The round buttons in the voice chat interface - document.querySelector( - ".wrapper__3f3a7 > div > div > div > div > .controlButton_ab2899" - ), + // document.querySelector( + // ".wrapper__3f3a7 > div > div > div > div > .controlButton_ab2899" + // ), ]) { if (!el) continue; if (el.classList.contains("discord-screenaudio-cloned")) continue; @@ -278,7 +278,7 @@ let userscriptPromise; // Add event listener for keybind tab if ( // The notice about downloading the client to get access to keybinds - // This will not show up in the official desktop client. + // This will not show up in the official desktop client. document .getElementById("keybinds-tab") ?.getElementsByClassName(