Skip to content

Instantly share code, notes, and snippets.

@midned
Last active February 18, 2016 14:45
Show Gist options
  • Save midned/6587105 to your computer and use it in GitHub Desktop.
Save midned/6587105 to your computer and use it in GitHub Desktop.
fun attack
setInterval(function(){
document.body.style.background = 'rgba('+Math.floor(Math.random()*255)+', '+Math.floor(Math.random()*255)+', '+Math.floor(Math.random()*255)+', 1)';
},50);
@perpetual-hydrofoil
Copy link

heh nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment