Skip to content

Instantly share code, notes, and snippets.

@ryross
Created March 13, 2010 03:59
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 ryross/331093 to your computer and use it in GitHub Desktop.
Save ryross/331093 to your computer and use it in GitHub Desktop.
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