Hi
When you are suggesting your fan pages or groups to all your friends can be abit of a pain selecting them one by one, here is alittle bit of code you can freely use to add them all at once.
Press 'Suggest to friends' then in your address bar past and press enter:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
Plz give a thanx if you like it or find it useful.
UPDATE:
If you have alot of friends your screen may freeze for alittle, this is only because its selecting all of your friends, do not close your browser or you will have to do it all again.
When you are suggesting your fan pages or groups to all your friends can be abit of a pain selecting them one by one, here is alittle bit of code you can freely use to add them all at once.
Press 'Suggest to friends' then in your address bar past and press enter:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
Plz give a thanx if you like it or find it useful.
UPDATE:
If you have alot of friends your screen may freeze for alittle, this is only because its selecting all of your friends, do not close your browser or you will have to do it all again.
Last edited: