Skip to content

Instantly share code, notes, and snippets.

View gianu's full-sized avatar

Sergio Rafael Gianazza gianu

View GitHub Profile
@gianu
gianu / meetup.comSelectAttendee.js
Last active August 29, 2015 13:56 — forked from gregersrygg/gist:3899381
one liner to log to console a random element from the meetup.com attendee list.
// copy-paste into console
console.log(Array.prototype.slice.call(document.querySelectorAll("#rsvp-list h5 a"),0).sort(function () { return Math.random() -0.5; })[0].innerHTML);
//click on the link to the profile