Keep it silly though

89 points
12 points

The TLS certificate is not valid

permalink
report
parent
reply
12 points

I did a woopsy, forgot to make the changes permanent, and my server auto-updated, won’t happen again

permalink
report
parent
reply
4 points

Better not or will expect the refund immediately

permalink
report
parent
reply
6 points

That’s pretty impressive actually. Good use of scaling the pic.

permalink
report
parent
reply

Nice I feel I should apologise for the tomato craze, maybe it wasn’t a great suggestion lol

permalink
report
parent
reply
9 points

I dunno, I think the result is fabulous. I still don’t know why everyone was so obsessed with tomatoes, but this website is great fun.

permalink
report
parent
reply
5 points

Excellent work! I formally propose an easter egg that changes the image to tow-mater from cars the movie.

permalink
report
parent
reply
5 points
*
Console cheat codes

Tomater Brainer

picture.onclick = eval(picture.onclick.toString().replace("/tomato.png", "https://images.freeimages.com/image/previews/ce8/color-stroke-brain-png-5691833.png"))

Tomato minigun

for (var i = 1; i < 99999; i++) window.clearInterval(i);let f = eval(updateTomato.toString().replace("return;", "pictureContainer.removeChild(tomato);return"));picture.onclick = eval(picture.onclick.toString().replace("updateTomato(tomato);", "f(tomato);"));setInterval(() => { document.querySelectorAll(".tomato").forEach(f); }, 10);picture.onmousemove = picture.onclick

Slow-mo tomato

for (var i = 1; i < 99999; i++) window.clearInterval(i);f = eval(updateTomato.toString().replace("2.0", "0.3").replace("tomato.angularMomentum", "1"));picture.onclick = eval(picture.onclick.toString().replace("updateTomato(tomato);", "f(tomato);"));setInterval(() => { document.querySelectorAll(".tomato").forEach(f); }, 10);

I was thinking about making cheat codes for all your pages, but the tomato one just took me an embarrassing amount of time to work around.

Congratulations, you’ve successfully stressed me out. Just kidding, nice page OP :)

permalink
report
parent
reply
1 point
OptiTomato

Optimized tomato sauce

for (var i = 1; i < 99999; i++) window.clearInterval(i);let f = eval(updateTomato.toString().replace('tomato.src = \"/splat.png\";', 'if (tomato.splat)return;tomato.src = \"/splat.png\";tomato.splat = true;'));picture.onclick = eval(picture.onclick.toString().replace("updateTomato(tomato);", "f(tomato);"));setInterval(() => { document.querySelectorAll(".tomato").forEach(f); }, 10);

Optimized Tomato minigun (requieres Optimized tomato sauce hack)

picture.onmousemove = picture.onclick

Tomato cleaner

let b = document.createElement("button");b.textContent = "Clear";b.onclick = () => { document.querySelectorAll(".tomato").forEach((t) => { t.remove(); }); };document.getElementsByClassName("col")[0].appendChild(b);
permalink
report
parent
reply
5 points

Not worky

permalink
report
parent
reply
13 points

Worky now

permalink
report
parent
reply
2 points

It’s a good website. If I could humbly suggest: next time, more tomate.

permalink
report
parent
reply
21 points

Skill issue, just click faster and more tomatoes will appear 🙄

permalink
report
parent
reply
6 points

Thank you! 💕 My issue is resolved. 👏

permalink
report
parent
reply
2 points
*

I’ve written a console cheat code for it, hopefully OP won’t patch it (・∀・)

permalink
report
parent
reply
1 point

Why is there no easter egg for painting the whole canvas :(

permalink
report
parent
reply
83 points

tomato website where you can throw tomatoes on a photo. website with tomatoes

permalink
report
reply
8 points

This would especially be great if one could upload their photos but if you decide to include a few of your own please add a photo of trump.

Bonus if you make an easter egg where when you throw one tomato at trump it doesn’t apply a tomato effect and instead changes to the picture of him being shot.

permalink
report
parent
reply
52 points

I want a website where you can throw tomatoes to a photo you select

permalink
report
reply
49 points

Make one that just says you’re wrong. Then we can always go “Oh yeah? Well this website says you’re wrong”

permalink
report
reply
25 points
permalink
report
parent
reply
5 points

Oooh maybe it could take in a name as query parameter so it would say “Sorry [name], you’re wrong”

permalink
report
parent
reply
1 point
Console cheat codes

Intermittent You’re Wrong

let k = 1;setInterval(() => { var h = document.getElementsByTagName("h" + k)[0];k = k == 1 ? 6 : 1;let nh = document.createElement("h" + k);nh.textContent = h.textContent;h.replaceWith(nh) }, 500);

DVD You’re Wrong

let b = document.getElementsByTagName("body")[0];b.style.background = "#000";b.style.height = "100vh";let t = document.getElementsByClassName("col")[0]; let xa = 1; let ya = 1;let x = 0, y = 0;t.classList.remove("col");t.style.position = "absolute";setInterval(() => { var bp = b.getBoundingClientRect();var w = bp.width;var h = bp.height;if (x > w || x < 0) xa = x > w ? -1 : 1; if (y > h || y < 0) ya = y > h ? -1 : 1;x += xa;y += ya;t.style.top = y + "px";t.style.left = x + "px"; }, 5);t.style.transition = "color 1s";let fc = () => { return parseInt(Math.random() * 155) + 101; };let c = () => { return "rgb(" + fc() + "," + fc() + "," + fc() + ")"; };setInterval(() => { t.style.color = c() }, 1000);

I gotta say that I loved the DVD result

permalink
report
parent
reply
41 points

Website where you click a catboy to make him spin, and the faster you click the faster he spins

permalink
report
reply
62 points
12 points

Amazing! Can you add a high score tracker?

permalink
report
parent
reply
12 points

There ya go

permalink
report
parent
reply
4 points

permalink
report
parent
reply
2 points
Cheat 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);
permalink
report
parent
reply
20 points

Provide me with the catboy picture

permalink
report
parent
reply
10 points

Go to r/catboys

permalink
report
parent
reply
7 points
*

legally it’s a femboy but close enough

permalink
report
parent
reply
6 points

does this count?

permalink
report
parent
reply