From e195f183140e2efe6da617401738c6ef98db010b Mon Sep 17 00:00:00 2001 From: Jayd-Rubies <155784127+Jayd-Rubies@users.noreply.github.com> Date: Tue, 22 Apr 2025 22:16:17 -0400 Subject: [PATCH] Add files via upload --- mods/UwUify.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mods/UwUify.js b/mods/UwUify.js index 6f3ef9b8..b37b6305 100644 --- a/mods/UwUify.js +++ b/mods/UwUify.js @@ -1,6 +1,10 @@ document.body.style.backgroundImage = 'url("https://jayd-rubies.github.io/image/uwuify.png")'; document.body.style.backgroundSize = 'cover'; gameDiv.style.border = "1px solid #ffffff00"; +var statsbar = document.getElementById("stats"); +var stylesheetchangevar = document.querySelector("link[rel=stylesheet]"); +stylesheetchangevar.href = "mods/UwUstyle.css"; +statsbar.style.backgroundColor = 'transparent'; window.addEventListener("load",function(){ document.querySelectorAll(".categoryButton").forEach(e => { e.style.backgroundColor = "#ffc0cb40"; @@ -80,4 +84,4 @@ function pixelColorPick(pixel,customColor=null) { } }*/ return color; -} +} \ No newline at end of file