Script - Suggest to all friends on facebook! Works on Firefox 3.5.x

VaLeRyA

Regular Member
Joined
Sep 23, 2008
Messages
470
Reaction score
113
search the forum, don't found this script, hope it is not repeated

1. Open Firefox > go to the page, group, you want to suggest
2. Click Suggest to Friends > when the window is open. pasting the following code in the firefox toolbar.
3. This code selects all contacts are displayed
Code:
javascript:elms=document.g
etElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
4. Once pasted, press enter. Select all your contacts.
5. If your contacts are divided into pages "1,2,3,4"> Change the page and repeat the process

i use in many places and in different accounts

greetings to all BHW :angel10:
:trytofly:
 
It has been posted many times, but thanks for the effort. You shared, sharing is caring.
 
: ( i Had sought to see that this code is not repeated.
 
try this one working clean

grease monkey script

Code:
userscripts.org/scripts/show/57990
 
Back
Top