/ Published in: JavaScript
This is the latest Facebook invite all code to select all your friends in an event page
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};