feat: a terrifying quantity of rework

This commit is contained in:
Kat Inskip 2025-11-09 13:42:37 -08:00
parent 65191fd93c
commit 35f5f48cc9
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
33 changed files with 250 additions and 161 deletions

View file

@ -2,7 +2,6 @@ function nonoscriptImplementer() {
var nonoscript = document.getElementsByClassName("nonoscript");
console.log(nonoscript);
for (let item of nonoscript) {
console.log("meep!");
item.classList.remove("nonoscript");
}
}