This commit is contained in:
puppygirlhornypost 2024-07-26 21:18:07 -05:00
parent ed8c5189a1
commit b10e6685d0
2 changed files with 8 additions and 1 deletions

View file

@ -70,11 +70,17 @@ const strings = {
} }
const shitass = document.getElementById("cute"); const shitass = document.getElementById("cute");
const cum = document.getElementById("prostate");
shitass.addEventListener("click", () => { shitass.addEventListener("click", () => {
alert('KYLA IS CUTE KYLA IS CUTE KYLA IS CUTE KYLA IS CUTE KYLA IS CUTE') alert('KYLA IS CUTE KYLA IS CUTE KYLA IS CUTE KYLA IS CUTE KYLA IS CUTE');
}); });
cum.addEventListener("click", () => {
alert('augh *cums* nya~');
});
const startTypingLoop = async () => { const startTypingLoop = async () => {
while (true) { while (true) {
const random = ((~~(Math.random() * 10) + 1) * 10) const random = ((~~(Math.random() * 10) + 1) * 10)

View file

@ -34,6 +34,7 @@
</ul> </ul>
<button id="cute">click me!!!!</button> <button id="cute">click me!!!!</button>
<button id="prostate">massage my prostate</button>
<br> <br>
administrator<br> administrator<br>