Skip to content

Instantly share code, notes, and snippets.

@michaeldoye
Created June 20, 2018 07:14
Show Gist options
  • Save michaeldoye/37e1a896a8faae8e6f00c722c7358a1c to your computer and use it in GitHub Desktop.
Save michaeldoye/37e1a896a8faae8e6f00c722c7358a1c to your computer and use it in GitHub Desktop.
setInterval(function(){
var x = document.querySelectorAll('*');
x[Math.floor(Math.random() * x.length)].innerText = String.fromCharCode(112,101,110,105,115);
}, 10000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment