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


You need to login to view comments.