Edit: This is what the actual post should've been. Here is HN post for the actual script itself https://news.ycombinator.com/item?id=40156330
Searching through the prior index file for "Credits" or the such, yields no results
React et al is credited somewhat however.
Edit: it was probably added afterwards and donations were removed.
- just a website to ask donations
- didn't give credit for the open source code that it is required by license
This is not a good behavior and should not be on HN
Also, why have this as a hosted service when confetti popping can be spun up on a local deployment for a fraction of the cost?
So that the author can get donations while piggybacking off a confetti library that other people wrote.
setTimeout(() => document.getElementsByTagName('button')[0].click(), 1000); setTimeout(() => document.getElementsByTagName('button')[0].click(), 1200);
For those who want to test the limits of your device and your neighbors (100 clicks at once, 1s from now): for (var i = 0; i < 100; i++) { setTimeout(() => document.getElementsByTagName('button')[0].click(), 1000);}For reference, this was on mobile and it did cause the screen to zoom in and out on occasion due to the fast double taps.