Issue
How to invite all his friends at the same time on facebook, for example when creating a group and want to invite all friends, I am are forced to select one by one.
Solution
First, go on your small window to invite your friends to copy and then paste the following link in the address bar (
http://www):
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
That is, your friends will be selected, simply "Send invitations"!