Advertisement
Guest User

Invite all friends to event

a guest
Jul 31st, 2011
4,991
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. javascript:var x=document.getElementsByTagName("input");for(var i=0;i<x.length;i++) {if (x[i].type == 'checkbox') {x[i].click();}}; alert('Done, all your friends have been selected');
  2.  
  3. In order to use this code, copy and paste it in the address bar of your browser after you have opened the “invite your friends” dialog and AFTER YOU HAVE SCROLLED DOWN THE LIST.
  4. Important
  5.  
  6. note: as said, you HAVE to scroll down your friends list in order to invite all your friends: in fact the new interface only loads via AJAX some friends at a time.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement