[postlink]https://msnohssiw.blogspot.com/2011/08/select-all-friends-on-facebook.html[/postlink]
http://www.youtube.com/watch?v=vyfroovgFrUendofvid
[starttext]
When you are trying to invite your friends to your page, it can be tedious. So here's a quick javascript to select all your friends in Facebook so you can invite them all in one quick motion.
Code:
[endtext]
[starttext]
When you are trying to invite your friends to your page, it can be tedious. So here's a quick javascript to select all your friends in Facebook so you can invite them all in one quick motion.
Code:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}Simply copy and paste that into the address bar when you have the friend selector window open.
[endtext]
0 comments:
Post a Comment