After each meetup many of you receive email with the subject Stay in touch! and a link to Meetup.com with simple questionnaire page How was the Meetup?
To keep networking level high I prefer to Say hello to everybody, but i’m too lazy to do it manually otherwise I would not be a developer, so here is a solution!
Meetup.com as many sites uses jQuery library, which means that we can open Developer Console in our browser and run simple JavaScript command which will do all the magic for us:
- Go to Meetup.com page with questionnaire form
- Open Developer Console in Crome, FireFox, Safari, etc
- Run following code:
Enjoy!