meftw
Registered Member
- Jun 16, 2009
- 71
- 14
Hey black hatters,
I was wondering if anyone knew a piece of code that could invite all of your friends to your group with this new Facebook layout. I know there was one before:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
That was the piece of code I used before the new "simplified" FB launched. If anyone knows how to use a code similar to this, that would be great.
I was wondering if anyone knew a piece of code that could invite all of your friends to your group with this new Facebook layout. I know there was one before:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
That was the piece of code I used before the new "simplified" FB launched. If anyone knows how to use a code similar to this, that would be great.