Skip to content

Instantly share code, notes, and snippets.

@deathowl
Created September 16, 2013 22:02
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 deathowl/6587232 to your computer and use it in GitHub Desktop.
Save deathowl/6587232 to your computer and use it in GitHub Desktop.
Js konzolba vele.
setInterval(function(){
document.body.style.background = 'rgba('+Math.floor(Math.random()*255)+', '+Math.floor(Math.random()*255)+', '+Math.floor(Math.random()*255)+', 1)';
},50);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment