Skip to content

Instantly share code, notes, and snippets.

@livercake
Created August 13, 2015 04:49
Show Gist options
  • Save livercake/3738bf967ce9d9c138e5 to your computer and use it in GitHub Desktop.
Save livercake/3738bf967ce9d9c138e5 to your computer and use it in GitHub Desktop.
<script>
var dontdothis = function() {
document.documentElement.style.backgroundColor = '#'+(Math.random()*0xFFFFFF<<0).toString(16);
};
setInterval(dontdothis, 1000 / 10);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment