Does anyone know the script to invite all your friends to a fb group?
+rep for help
Ross

Does anyone know the script to invite all your friends to a fb group?
+rep for help
Ross
This?Code:javascript:var x=document.getElementsByTagName("input");for(var i=0;i<x.length;i++) {if (x[i].type == 'checkbox') {x[i].click();}}; alert('Done, all your friends have been selected');
What I posted does work - go on the invite your friends box on Facebook, then copy and paste my code. Sometimes for security it gets rid of the 'JavaScript:' bit, so you may have to type that manually
Want to hide these adverts? Register an account for free!