Facebook Invite All Code


/ Published in: JavaScript
Save to your folder(s)

This is the latest Facebook invite all code to select all your friends in an event page


Copy this code and paste it in your HTML
  1. javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.