HideScreenShare

This commit is contained in:
thororen1234 2024-12-20 13:20:01 -05:00
parent 0a0d817d1e
commit abec516c9c
3 changed files with 38 additions and 2 deletions

View file

@ -248,7 +248,7 @@ function injectCSS() {
const fontName = parseFontContent();
const theCSS = getCSS(fontName);
let elementToRemove = document.getElementById("GlideStyleInjection");
const elementToRemove = document.getElementById("GlideStyleInjection");
if (elementToRemove) {
elementToRemove.remove();
}