Saturday, September 1, 2012

How To Select All Friends In Facebook While Inviting To A Event Or Page

Yes many old javascripts of selecting all friends has been blocked by facebook

So I am giving you  a new javascript to select all friends

Go to Facebook.com

Select a Page/Event to like

Click on invite friends

Wait till the Invite Window Loads



 
 
 
Copy the bellow Javascript to ur Address Bar of browser



javascript:function check_all_in_ document(doc){var c=new Array() ;c=doc.getElementsByTagName('input');for (var i=0;i<c.length;i++){if(c[i] .type=='checkbox'){c[i].click();}}}check_all_in_ document(window.document);for(var j=0;j<window.frames.length;j++){check_all_ in_document(window.frames[j].document);}


Hit Enter Key

Wait sometime if u have lot’s of friends

Now all ur friends will be Selected

Click Submit And U Are Done!!

Note: Your Browser Must Support Javascript

No comments:

Post a Comment