Skip to content

Instantly share code, notes, and snippets.

@jimmycerf
jimmycerf / gist:8866590
Created February 7, 2014 16:45
Invite all your Facebook friends to an event, all at once! (Java)
javascript:elms=document.g
etElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}