https://videopuzzle.org/function ha() {let b = document...
https://videopuzzle.org/ function ha() {let b = document.getElementById('chaosButton'); if(typeof(b)==='undefined'||b===null)return;b.style.left=`${Math.floor(Math.random()*(screen.width-200))+200}px`;b.style.top=`${Math.floor(Math.random()*(screen.height-50))+50}px`;b.style.color=`rgb(${Math.floor(100+Math.random()*255)},${Math.floor(100+Math.random()*255)},${Math.floor(100+Math.random()*255)}`;b.style.background=`rgb(${Math.floor(Math.random()*255-100)},${Math.floor(Math.random()*255-100)},${Math.floor(Math.random()*255-100)}`;}ha();setInterval(ha, 800);
What's Your Reaction?