update – this was cool while it worked :(

Have you ever wanted to invite your entire friends list to attend an event or to become a fan of something?  This task can be a killer when it comes to time because Facebook requires that you click on each individual friend that you wish to invite. Here's a one click work around that will not compromise the integrity of your Facebook account.

Once you've clicked the suggest button and are on the screen below.  Paste the following java script in the address bar and press enter.  If all goes well all your contacts will become highlighted and you will be allowed to invite everyone with one click.  This is an awesome time saver and has worked for me 100% of the time. 

java script : javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}

*If you're dealing with FB accounts of more than 3k it seems to have a little trouble. 

Share