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 @krishean Be the change the world doesn't want to see!!

@catsalad if you check the replies to the post people took this and ran with it
@selfsame