logoalt Hacker News

BudaDudeyesterday at 11:56 PM1 replyview on HN

Nice! It shouted "Bot" when I ran this in the console

for (let i = 0; i < 1000; i++) { document.querySelector(".button")?.click(); }


Replies

jagged-chiseltoday at 1:12 AM

Used this and it replied (in the console): "Such a smart subject."

ETA: It also took a few seconds to get around to telling me (from the bottom up):

    Subject has clicked on the button a thousand times.
    Subject has clicked on the button one hundred times.
    Subject clicks less than most other subjects.
    Subject has run script to click on the button ten times within one second.
    Subject has clicked on the button nine times within one second.
    Subject has clicked on the button eight times within one second.
I wonder if it can distinguish between human clicks and scripted clicks if it's saying "...clicks less than most..." or if everyone is scripting a million clicks.
show 1 reply