You're viewing a single thread.
View all comments
105
comments
Website where you click a catboy to make him spin, and the faster you click the faster he spins
41 0 Reply63 1 ReplyAmazing! Can you add a high score tracker?
13 0 ReplyThere ya go
11 0 ReplyAwesome!! 3348 is the best I can get 😁
8 0 Reply
4 0 ReplyCheat console codes
Trap boy
document.getElementById("catboy").src = "https://lemmy.world/pictrs/image/e4c85b56-2b11-4747-a63f-4e9366cb9505.png";
Custom image hack
let p = document.createElement("input");p.type = "file";p.onchange = () => { var r = new FileReader(); r.onload = (e) => { document.getElementById("catboy").src = e.target.result; }; r.readAsDataURL(p.files[0]); };document.getElementsByClassName("col")[0].appendChild(p);
Endless rotation
rpm = -3000;
144 FPS unlocker
for (var i = 1; i < 99999; i++) window.clearInterval(i);setInterval(() => { catboyImage.style.rotate = `${rot}deg`; rot += rpm / 60; while (rot > 360) rot -= 360; }, 1000 / 144);setInterval(() => { if (rpm > 0) rpm -= rpm / 100; rpmIndiCATor.innerHTML = Math.floor(rpm); }, 10);
Autopilot
setInterval(() => { rpm += parseInt(Math.random() * 100); }, 10);
2 0 Reply
Provide me with the catboy picture
19 0 ReplyGo to r/catboys
9 0 Replylegally it's a femboy but close enough
7 0 Replydoes this count?
6 0 Reply
You've viewed 105 comments.
Scroll to top