pyronaut
Senior Member
- Dec 9, 2008
- 1,189
- 1,440
I'm not even sure if this is used nowadays. I don't do anything myself with facebook so not sure if it is useful to people in todays world, or if you all have bots that do it for you anyway 
If you do need it. Then you are lucky that today is quite a slow day at work
(Gap in projects).
Here you go :
USE INTERNET EXPLORER
- Go to your fan page
- Click suggest to friends
- Copy and paste the following code direct into the address bar. Then press enter.
Remember this only works in IE. No other browser. I could probably make it work in them, but for now I couldn't care less.
Also, for those of you who have been hanging out for this (If there is any of you still out there), just get off your ass and do it yourself. I don't code in raw javascript ever in my programming career, and I googled basically every single line.
Enjoy!
If you do need it. Then you are lucky that today is quite a slow day at work
Here you go :
USE INTERNET EXPLORER
- Go to your fan page
- Click suggest to friends
- Copy and paste the following code direct into the address bar. Then press enter.
Code:
javascript:var ParentNode = document.getElementById('friends');
var Children = ParentNode.childNodes;
for(var i=0; i < Children.length; i++)
{
Children[i].childNodes[0].click();
}
Remember this only works in IE. No other browser. I could probably make it work in them, but for now I couldn't care less.
Also, for those of you who have been hanging out for this (If there is any of you still out there), just get off your ass and do it yourself. I don't code in raw javascript ever in my programming career, and I googled basically every single line.
Enjoy!
