You need to invite all of your friend into an event? Or Group or maybe fanpage? It's wasting time if you click hundreads of your friends one by one.
Follow these method to solve that problem.
1. Go to your Event, Group or page and click “Invite People”.
2. When the page has full loaded, you will see all of your friends inside the box and they aren't selected.
3. Copy and paste the javascript code below onto address bar on your browser, then hit “Enter”.
4. If it done well, it selects all of your friends on the list.
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}