We all get tired by selecting friends one by one in Facebook while we prepare to send a Page Suggestion or Event Invitation.
Here is the new Javascript for select first 100 friends easily with just few clicks.
How to do:
» Copy the Javascript below:
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};
» Click on Invite Friends(Suggestion) or Select guest to Invite(Events)
» Replace the URL by Pasting the Script copied in Address bar and Press Enter
If you know any best way feel free to post in comment section below.