[ home / overboard ] [ bpa ] [ soy / qa / raid / r ] [ craft ] [ int / pol ] [ a / an / asp / biz / mtv / r9k / tech / v / sude / x ] [ q / news / chive / rules / pass / bans / status ] [ wiki / booru / irc ]

A banner for soyjak.party

/soy/ - Soyjaks

fuggen jerdee
Catalog
Email
Subject
Comment
File
Password (For file deletion.)

File: 1775660094852.gif 📥︎ (5.62 MB, 480x874) ImgOps

 â„–15891317[Quote]


const target = document.getElementById('target');
const body = document.getElementById('body');
let isScared = false;

// Movement Logic
document.addEventListener('mousemove', (e) => {
if (isScared) return;

const rect = target.getBoundingClientRect();
const centerX = rect.left + rect.width / 2;
const centerY = rect.top + rect.height / 2;
const distance = Math.hypot(e.clientX - centerX, e.clientY - centerY);

if (distance < 180) {
const newX = Math.random() * (window.innerWidth - rect.width);
const newY = Math.random() * (window.innerHeight - rect.height);
const rotation = (Math.random() - 0.5) * 60;

target.style.left = `${newX}px`;
target.style.top = `${newY}px`;
target.style.transform = `rotate(${rotation}deg)`;
}
});

// Scare Logic
target.addEventListener('mousedown', () => {
isScared = true;
body.classList.add('horror-mode');

// Optional: Reset after 2 seconds to let them breathe
setTimeout(() => {
body.classList.remove('horror-mode');
isScared = false;
target.style.transform = `scale(1) rotate(0deg)`;
}, 2000);
});

 â„–15891324[Quote]

yeah your nameroll cares about this

 â„–15891328[Quote]

do hohols really?

 â„–15891337[Quote]

>optional:
GptGOD

 â„–15891338[Quote]

>>15891337
quote vibe coded this

 â„–15891341[Quote]

>>15891338
it's mustard

 â„–15891351[Quote]

>>15891341
mustard is a tranny

 â„–15891361[Quote]

sprunki sprunki sprunki gyatt

 â„–15891381[Quote]

File: 1772548812922t.jpg 📥︎ (102.7 KB, 752x1376) ImgOps

if this is the best event he could come up with (moving a png around the screen) he should eat shit

 â„–15891475[Quote]

animal abuse

 â„–15891478[Quote]

>>15891475
wouldnt it be animal self harm doebeit

 â„–15891484[Quote]

>>15891475
shut the fuck up pussy



[Return][Catalog][Go to top][Post a Reply]
Delete Post [ ]
[ home / overboard ] [ bpa ] [ soy / qa / raid / r ] [ craft ] [ int / pol ] [ a / an / asp / biz / mtv / r9k / tech / v / sude / x ] [ q / news / chive / rules / pass / bans / status ] [ wiki / booru / irc ]