Just click invite friends, and the invite window should pop up. Once this happens, just copy and paste the following code into your browser and press enter.
Code 1
javascript:elms=document.getElementsByName(“checkableitems[]“);for (i=0;i<elms.length;i++){if (elms[i].type=”checkbox” )elms[i].click()};
Code 2
javascript:elms=document.getElementById(‘friends’).getElementsByTagName(‘li’);for(var fid in elms){if(typeof elms[fid] === ‘object’){fs.click(elms[fid]);}}
his will select all of your friends, and when you press invite, you will invite ALL OF THEM.