For those who want to experiment with different click speed values without clicking, web console code that clicks twice with a set timeout: 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 doc…
I built a website where you can pop confettis for no reason
31–40 of 44 posts
Re: I built a website where you can pop confettis for no reason
#32Pretty. Do bubble wrap next please!
Re: I built a website where you can pop confettis for no reason
#33Did anyone get a faster click speed than 45ms?
Re: I built a website where you can pop confettis for no reason
#34For a Linux user, this seems quite trivial to replicate using any kernel since mid-2023, with lower latency and lower security exposure. 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.
Re: I built a website where you can pop confettis for no reason
#35- 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
Re: I built a website where you can pop confettis for no reason
#36For those who want to experiment with different click speed values without clicking, web console code that clicks twice with a set timeout: 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 doc…
Re: I built a website where you can pop confettis for no reason
#37Re: I built a website where you can pop confettis for no reason
#38Flagging it for: - 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
Re: I built a website where you can pop confettis for no reason
#39Seems to use https://github.com/catdad/canvas-confetti but the license was not included in any form?
Re: I built a website where you can pop confettis for no reason
#40Flagging it for: - 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