๐Ÿ’€
FUCK YOUR LOBSTER. FUCK YOUR MARKET. FUCK YOUR FEELINGS.
v2.0 ยท LIVE DATA ยท INTERACTIVE ยท 47 RANTS LOADED
[ ENTER IF YOU DARE ]
slopterminal โ€” bash โ€” 80ร—24
slop@rage:~$
rage_index.log
RAGE: 0%
โ— REC
VISITORS: 1
MEM: 0MB ยท DOM: 0
function spawnBomb(){for(let i=0;i<6;i++){const img=document.createElement("img");img.src=IMGS[Math.floor(Math.random()*IMGS.length)];img.style.position="absolute";img.style.left=(Math.random()*40)+"%";img.style.top=(Math.random()*100)+"vh";img.style.width=(Math.random()*60+30)+"px";img.style.opacity=Math.random()*0.8+0.2;img.style.zIndex=Math.floor(Math.random()*5)+1;img.style.animation="bombFloat "+(Math.random()*1+0.5)+"s linear forwards";img.onclick=()=>{img.style.transform="scale(3) rotate(360deg)";img.style.filter="invert(1) hue-rotate(180deg)";setTimeout(()=>img.remove(),500);document.getElementById("rage-flash").style.opacity=0.5;setTimeout(()=>document.getElementById("rage-flash").style.opacity=0,500);};document.querySelector("#chaos-side").appendChild(img);}} document.head.insertAdjacentHTML("beforeend","");