Facebook select all friends to invite (09.2011)


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



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()};

URL: http://www.facebook.com/events/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.