I got back into my website, but something strange was happening: others could see it, but I couldn't. There seemed to be an issue with variables and scope, so I resolved it by changing var to a globalThis type variable. However, Chrome did not support this variable type globalThis, so I added a...