VaLeRyA
Regular Member
- Sep 23, 2008
- 470
- 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
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:
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]);}}
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: