mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-27 15:34:26 -04:00
HideScreenShare
This commit is contained in:
parent
0a0d817d1e
commit
abec516c9c
3 changed files with 38 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue