mass suggest to friends

blowme007

Regular Member
Joined
Feb 13, 2010
Messages
207
Reaction score
29
Ive been trying to get it, but cant manage to, and im sure its simple. How do ya suggest a fan page to all your friends at one? Without having to go through and click each one individually.
 
Code:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}

just click on suggest friends, and when the box comes up past this into your address bar... i think it only works in firefox, but im not sure
 
works like a charm, thanks again, fyi, it worked in IE also
 
ohh, it must have been an older code that didn't work.
 
Last edited:
Back
Top