Add Multiple Members For Your Group In One Click
Requirement : Mozilla Firefox
- Log in to your Facebook account
- Go to your group page
- Click on see all suggestions at add member section
- Scroll down all names
- Copy the script below
javascript:var inputs = document.getElementsByClassName(_42ft _42fu);
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
- Press F12
- Select Console tab
- Paste the JavaScript in the editable bar
- Press Enter to add multiple members to your group at once
[see more tricks]