-
Ok, let's see what Chrome does with this: for(let i=0;i<1000;i++) { new Notification('More Cowbell!'); }
-
…in reply to @raymondcamden
Oh wait - that would be stupid. This is much better: for(let i=0;i<1000;i++) { new Notification('More Cowbell! '+i); }
- …in reply to @raymondcamden
-
…in reply to @raymondcamden
oh nice - they auto dismiss after about... 30 seconds maybe? should be done by Halloween ;)
