Hi guys!
Here is the new code to select all friends and invite! It's working!
Tested on Firefox 3.6.15
Updated on 17 March 2011
PS: You need to scroll down in invite window!
Here is the new code to select all friends and invite! It's working!
Code:
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};
Updated on 17 March 2011
PS: You need to scroll down in invite window!
Last edited: