Can any one provide the java script to add all frnds to facebook group inone click

Joined
May 26, 2012
Messages
4
Reaction score
0
Can any one provide the java script to add all frnds to facebook group in one click


I have many facebook accounts and i am not intrested to waste time for adding frnds to facebook group . i heard tat theres a script tat if once clicked it will automatically add all friends to facebook group ! plzz provide it


 
Google chrome has a plug-in that allows you to do this.

Try this code though :

Code:
[COLOR=#000000][FONT=monospace]javascript:var x=document.getElementsByTagName("input");for(var i=0;i<x.length;i++) {if (x[i].type == 'checkbox') {x[i].click();}}; alert('Done, all your friends have been selected');[/FONT][/COLOR]
 
Its coming tat all friends all slected ! but no friends were added to grup
 
I have no idea how this works, but i like to write my sentence in different colors!
 
as i know when we make group than facebook ask for adding you friend, at that time you can select to whom you want to add.
 
Back
Top