Go to whatever facebook page you're trying to select all your friends at.

put the following code into your address bar and click enter, as if it were a regular URL

javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}

0 comments