Ever get tired of clicking 1 by 1 every single person you want to invite to your Facebook event? This can really suck if you have over a few hundred friends. Here is a code to invite ALL of your friends with a special firefox code. Enjoy!
Here is the code. Copy and paste it exactly how it is:
javascript:elms=document.getElementsByName(“checkableitems[]”);for (i=0;i<elms.length;i++){if (elms[i].type=”checkbox” )elms[i].click()}
- Make sure you are using Firefox as your browser. This code won’t work without it
- Scroll down all the way to the bottom of your friends list (the z’s) in order for you to select all
Let me know how this works for you okay?
The code you used is different than the code we have to copy and paste.
Couldn’t copy from the webpage. Typed it out exact and didn’t work. Here’s the code I got. javascript:elms=document.getElementsByName(“checkableitems[]”);for(i=0;<elms.length;i++){if(elms[i].type="checkbox")elms[i].click()}
Not working for me: I’m getting this message:
/*
Exception: illegal character
@Scratchpad/5:1
*/
any suggestions? Thank you so much
I’m also getting this message:
/*
Exception: illegal character
javascript:elms=document.getElementsByName(“checkableitems[]”);for
(i=0;i<elms.length;i++){if (elms[i].type=”checkbox”
)elms[i].click()}/*
Exception: illegal character
*/