Last active
September 25, 2015 20:23
-
-
Save jwwk/208cb9072a6338c08f5b to your computer and use it in GitHub Desktop.
Suddenly: Doge.
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
window.setInterval(function(){document.querySelectorAll('*')[Math.floor(document.querySelectorAll('*').length*Math.random())].style.fontFamily = "Comic Sans MS"}, 100); | |
window.setInterval(function(){document.images[Math.floor(document.images.length*Math.random())].src = "http://i3.kym-cdn.com/entries/icons/original/000/013/564/aP2dv.gif"}, 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment