Skip to content

Instantly share code, notes, and snippets.

@kennethreitz
Created March 7, 2010 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kennethreitz/324441 to your computer and use it in GitHub Desktop.
Save kennethreitz/324441 to your computer and use it in GitHub Desktop.
Use this on a facebook select friends invite panel to select everyone.
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment