Skip to content

Instantly share code, notes, and snippets.

@lxhom
Last active June 30, 2021 07:20
Show Gist options
  • Save lxhom/da7020fbce074291e9ccba16687a0c9b to your computer and use it in GitHub Desktop.
Save lxhom/da7020fbce074291e9ccba16687a0c9b to your computer and use it in GitHub Desktop.
Type "j" in your browser URL bar and paste this snippet.
avascript:setInterval(()=>document.querySelectorAll("span, p, h1, h2, h3, h4, h5, h6, a").forEach(e=>{e.style.transform="rotate(0.5deg)"; e.style.display = "inline-block"}), 200)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment