Instead of inviting your friends one by one to your Event or Facebook page, why not have them invited all at once? It is as easy as copy pasting a JavaScript code.
- Go to your Event Facebook page and click on Invite friends.
- Scroll down your friend list until the end to ensure you have loaded all the friends you want to invite.
- On Chrome, press CTRL + SHIFT + J (Windows) or CMD + Opt + J (Mac).
- Copy and paste this
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()}
followed by an Enter in the console space. You will then see all your friends name automatically ticked.
0 comments:
Post a Comment