Invite all friends - update for Chrome Users
A small update to my "famous" post:
http://giacobam.blogspot.com/2011/03/inviting-all-your-friends-to-facebook.html
The new version of Chrome (and Chromium based browser) does not allow to paste links starting with "javascript:" into the browser bar.
To use the script, you need to open the javascript console (press ctr + shift + J) and paste it there, without the javascript: part. Chrome script are:
Version 1:
elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};
Version 2:
var elms=document.getElementsByName("checkableitems[]");for(var count=0;count<elms.length;count++){var t = setTimeout("elms["+count+"].click()",100)}
Let me use this post also to "sponsor" a very nice, non-profit site:
Kiva allows you to lend small amount of money to a specific low-income entrepreneur and project across the globe. Please take a look!
3 Comments:
There's one more method for chrome users. You can copy and paste the original string (the one beginning with "javascript:") and then add manually "javascript:" at the beginning of the pasted string (in which does not compare "javascript:")
GENIO ! thanks a LOT
http://m.facebook.com/story.php?story_fbid=2031838210401404&id=1436802863238278&fs=5&focus_composer=0
Posta un commento