I recently had to create a list and wanted all my friends in it. Facebook is a pain as you have to select one by one......Or is there a short cut ?
Try this next time you need to select all friends for something:
1. Click the box so the samll box pops up with select whatver.
Copy and paste this in the browser where you would normally type in a URL
They are now all selected!Code:javascript:elms=document.getElementById('friends') .getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
Have fun.


LinkBack URL
About LinkBacks
Reply With Quote






