Skip to content

Instantly share code, notes, and snippets.

@jwwk
Last active September 25, 2015 20:23
Show Gist options
  • Save jwwk/208cb9072a6338c08f5b to your computer and use it in GitHub Desktop.
Save jwwk/208cb9072a6338c08f5b to your computer and use it in GitHub Desktop.
Suddenly: Doge.
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