Does Facebook "invite-all" Script really works ???

_Steel_

Newbie
Joined
Nov 18, 2011
Messages
16
Reaction score
5
Does any 1 Know this script really work.:feedback:
Cause i don't think this script works.everytime i use this script nothing happens.I used this script to invite some 1000+ people from my one of the account but it is not working.Then i have to do it manually,and doing manually really freaks me out. :D:(:eek:

For Firefox
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms.type="checkbox" )elms.click()};

For Chrome
:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms.type="checkbox" )elms.click()};

:feedback:
 
nope it doesnt currently work on pages. I emailed them and got no reply either.
 
i dont know whether this one works or not...but i have a script which is working... :-)
 
Let me tell you the secret to event codes working.

down grade your browser... ex. firefox to version 4.

and the scripts will work.
 
Thank you guys.
it only works in Firefox.
i was using that in Chrome :P:):owned:
 
Hi guys ! How do you use that script (must copied in the url ?) ? Sorry for the question but i'm a newbie.

Thanks !
 
yes... copy and paste into the address box.... and hit "enter" sometimes just by clicking it does not work.
 
Thank you for your answer ! Does anyone knows how to get past FB's number of friend invitations restriction ? I have almost 2 million Facebook accounts in a .csv and want to import them :D
 
yes... copy and paste into the address box.... and hit "enter" sometimes just by clicking it does not work.

I logged in to Facebook and put the script on the address bar.. and then I got this: "[object HTMLCollection]"
o.O?
 
I logged in to Facebook and put the script on the address bar.. and then I got this: "[object HTMLCollection]"
o.O?


This is what you have to do.
-login facebook
-open your fanpage,click on "invite-all"
-Scroll down all your friends.
-press Ctrl+shift+K
-a box will open with ">"
-just copy-paste the script given below,

javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms.type="checkbox" )elms.click()};

and hit enter. Wait for sometime all your friend will be selected automatically,it can take some time if you are having more friends.

-And 1 more this use the script once in a day.

-Hope this was helpful :) :D:naughty::feedback:
 
Back
Top