Unfortuantely, directly doing it with a while loop would freeze up your computer. setInterval on the other hand... (warning: may be seizure inducing): setInterval(() => document.querySelectorAll("*").forEach(element => element.style.transform = `rotate(${Math.random() * 40 - 20}deg)`), 0)
Now put this in a while(true) loop
Unfortuantely, directly doing it with a while loop would freeze up your computer. setInterval on the other hand... (warning: may be seizure inducing):
setInterval(() => document.querySelectorAll("*").forEach(element => element.style.transform = `rotate(${Math.random() * 40 - 20}deg)`), 0)
Yay! An upload.
You should optimize it into the console so you could put it on any page
Epicness
Lol imma troll now