Insert Javascript code in the address bar & hit "Enter"...
...& all your friends will be selected
Trying to select all your friends in the "Suggest to Friends" window but realise there's no button to do that? You can just use this javascript to do just that. This function is usually useful when you're trying to suggest a fan page to all your friends, with some having to require you to do this to use their "special" function.
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
//Think Simple.//
No comments:
Post a Comment