Last active
June 30, 2021 07:20
-
-
Save lxhom/da7020fbce074291e9ccba16687a0c9b to your computer and use it in GitHub Desktop.
Type "j" in your browser URL bar and paste this snippet.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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