[Facebook] Javascript to inivite all my friends
- [#issue Issue[]
- Solution
- See also: Invite all code facebook
Issue[
I'm trying to use this script to invite all my friends at the same time, but the code doesn't work?javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.cl
javascript:fs.select_all()
Solution
Try this:javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type=="checkbox")elms[i].click()};
Note that: You must expand your contact list.
- It seems that the invitations are sent only if the number of invitations does not exceed 200.
- Tested on Chrome, Firefox & Safari.
0 comments:
Post a Comment