moving all the UI elements a few pixels in random directions so the site gets a fresh new look
document.querySelectorAll("html *").forEach(e=>e.style.transform=`translate(${(Math.random()*8)-4}px,${(Math.random()*8)-4}px) rotate(${(Math.random()*2)-1}deg)`)
@selfsame not working too well on desktop

@TudbuT @selfsame

At least you broke the internet somehow 😂

@TudbuT @selfsame

It's getting funny when you see all the cols btw.