Facebook Groups is a best place to interact with people and If the group members are less than 250 members then you can chat with them. You can learn different stuffs and also you can post cool posts on group wall.
If you have any big FB group or any decent amount of members group then you will get hundreds of member request everyday, so here is a simple trick to add all your group members request with JavaScript
Follow the Steps Below:
1. First of all open your Facebook Group, and click on Requests See All ( placed on right side bar)
2. Now, You have to open browser console to add JavaScript, If your were using
Google Chrome Press Ctrl + Shift + J or F12
Mozilla Firefox Press Ctrl + Shift + K
Safari Press Ctrl + Shift + I
Internet Explorer Press F12
3. Now, simply press Escape button to open console window.
4. Copy below JavaScript Code and paste it on browser console menu and hit Enter button.
5. Within seconds it will confirm/add all members to your group
javascript:elms=document.getElementsByClassName("uiButtonConfirm");
for (i=0;i<elms.length;i++){
elms[i].click();
};
If you have any doubts or queries drop a comment below.
Enjoy......
No comments:
Post a Comment