Check Facebook Invites - Invite All
by mattdlockyer
JavaScript
//Load jQuery:
//Copy and paste this code into the Google Chrome console (open it with F12 and select Console [top right]):
// http://code.jquery.com/jquery-latest.js
//Make checkboxes checked
//Copy and paste this code into console as well.
$('.checkableListItem input').attr('checked', true);