This commit is contained in:
SethBurkart123
2025-03-30 10:41:19 +11:00
parent e3f4b59d9c
commit 19cc1a5600
17 changed files with 361 additions and 159 deletions
@@ -1,10 +0,0 @@
export function RemoveBackground() {
var bk = document.getElementsByClassName("bg")
var bk2 = document.getElementsByClassName("bg2")
var bk3 = document.getElementsByClassName("bg3")
if (bk.length == 0 || bk2.length == 0 || bk3.length == 0) return
bk[0].remove()
bk2[0].remove()
bk3[0].remove()
}