Ever wondered how you were going to select all your friends without manually clicking on every person? We have… Follow these instruction to save both time and sanity.
- Navigate to your event, group or page and click on “Invite People”.
- Copy and paste the javascript code below into address bar, then hit “Enter”.
- Give it a few seconds – then like magic it selects all of your friends!
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
Related posts:

