Viewing profile — poiuyytrewq
poiuyytrewq
HN member- Joined
- Tue, Jun 21, 2022, 8:46 AM UTC
- HN karma
- 3
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About poiuyytrewq
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #33068944
"7 Cool HTML Elements Nobody Uses" => "7 Cool HTML Elements [the author] Never Uses"
-
comment
Comment #32775964
document.querySelector('div.button').click(); setTimeout(() => { document.querySelector('div.button').click(); }, 5500); => tweak the 5500 to your fitting
-
comment
Comment #31821761
setInterval(() => { if(document.querySelector('.going')) { document.querySelectorAll('.theSport input').forEach(box => { box.click(); }); }}, 10);