souleclipse
Senior Member
- Apr 28, 2011
- 1,118
- 233
Hi if your on chrome this should work. Go to your event page, hit the invite friends button. Now that the box is open that shows your friends in a list, right click anywhere on the facebook page so it brings down the drop down menu. From the menu click inspect element. Once that has opened, choose the tab called console then simply paste :
javascriptfunction(){elms=document.getElementsByName("checkableitems[]");for(i=0;i<elms.length;i++){if(elms.type="checkbox"){elms.checked=true;if(elms.parentNode.className.indexOf("disabledCheckable")<0){elms.click();elms.parentNode.className+=" selectedCheckable";}}};})();
Hit enter, and repeat this till all your friends are selected.
A thanks goes a long way
javascriptfunction(){elms=document.getElementsByName("checkableitems[]");for(i=0;i<elms.length;i++){if(elms.type="checkbox"){elms.checked=true;if(elms.parentNode.className.indexOf("disabledCheckable")<0){elms.click();elms.parentNode.className+=" selectedCheckable";}}};})();
Hit enter, and repeat this till all your friends are selected.
A thanks goes a long way