/\

Monday, August 2, 2010

Select All in Facebook

Are you a regular user of ‘Applications’ or ‘Causes’ in Facebook? If yes, then you must have found it really irritating to select all (up till the limit) of your friends from your list when you want to send them invites, messages etc. Well its not going to be a pain anymore.

First of all go to your application in Facebook and when you get the screen to invite all your friends what you generally do is click their icons, one by one.

all-invite

Here, instead of clicking each one, all you need to do is copy the following code and paste in your address bar and you’re good to go:

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

select-all
Tell me if this works for you and if it has helped you. Again, you cannot select all more than the limit, but it selects all up till the limit. Hope you find it useful. If you've liked this post, click here for free updates.