Wednesday, April 24, 2024

How to select all Facebook friends at once to invite

Whether you are about to invite friends for an event or adding all of them to to a list, you must undergo a tedious process of selecting them one by one, this process become even worse when you have more friends.

Instead of selecting them manually, you can use a Chrome extension or Firefox add-on or even use a one line java-script code in the browser console. By this way you can save your time and energy

Select all friends, using Chrome Extension

[ Note: This Chrome extension seems to be removed from Chrome Webstore ]

1. Install Facebook Friend Inviter Extension on Google Chrome

2. On the friend invite box, scroll down to the very bottom of the list so that all friends are loaded

3. Now click on the Facebook Friend Inviter Icon, in top right of your browser, wait for some time, done

Select all friends, using Firefox Add-on

[ Note: This Firefox Addon seems to be removed from Chrome Webstore ]

1. Install Facebook Select All Firefox add-on

2. On the friend invite box, scroll down to the very bottom of the list so that all friends are loaded

3. Now click on the Facebook Select All Icon, in bottom right of your browser in the add-on bar, wait for some time, done [If you don’t see any add-on bar, press Ctrl+/ to make it visible]

Select all friends, without any add-on, using java-script code in console

1. On the friend invite box, scroll down to the very bottom of the list so that all friends are loaded

2. Now bring in the the java-script console of your browser

Google Chrome: Ctrl+Shift+J

Mozilla Firefox: Ctrl+Shift+K

You can also right click and select “Inspect Element” and navigate to the Console

3. Paste the below code and hit enter, wait for some time, done

javascript:elms=document.getElementsByName("checkableitems[]");for(i=0;i<elms.length;i++){if(elms[i].type="checkbox")elms[i].click()};

Google Chrome

Select-All-Facebook-Friends-at-Once-in-Google-Chrome

Mozilla Firefox

Select-All-Facebook-Friends-at-Once-in-Mozill-Firefox

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

3 × 3 =

[gs-fb-comments]

Recent