Live data from Hacker News

Viewing profile — poiuyytrewq

poiuyytrewq

HN member
Joined
Tue, Jun 21, 2022, 8:46 AM UTC
HN karma
3
Public activity
4 items

About poiuyytrewq

No profile information was provided.

Recent public activity

  1. comment
    Comment #33080553

    it was the same sh*t when the first kindles with digitals books came out ... you don't "own" the book... same goes with full-online games... you don't own the game, you just have t…

  2. comment
    Comment #33068944

    "7 Cool HTML Elements Nobody Uses" => "7 Cool HTML Elements [the author] Never Uses"

  3. comment
    Comment #32775964

    document.querySelector('div.button').click(); setTimeout(() => { document.querySelector('div.button').click(); }, 5500); => tweak the 5500 to your fitting

  4. comment
    Comment #31821761

    setInterval(() => { if(document.querySelector('.going')) { document.querySelectorAll('.theSport input').forEach(box => { box.click(); }); }}, 10);