Skip to content

Instantly share code, notes, and snippets.

@brycec
Last active October 6, 2015 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brycec/3057193 to your computer and use it in GitHub Desktop.
Save brycec/3057193 to your computer and use it in GitHub Desktop.
let's party
javascript:setInterval(function(){document.body.style.backgroundColor='hsl('+parseInt(Math.random()*255)+',100%,50%)';},50))
!!setInterval(function() { document.body.style.backgroundColor = "hsl(" + parseInt(Math.random() * 255) + ", 100%, 50%)"; }, 50);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment