Recent Posts

Best Blogger | Tech Tutorials
Subscribe Via Rss Subscribe To The Latest Tips & Tricks
Follow On Twitter Follow @naijaclub10_com On Twitter
Receive The Latest Posts Directly To Your Email - It's Free: Email rss Enter Your Email And Click Subscribe
What is rssHave You Subscribed ?

October 04, 2013

Automatically Confirm Facebook Group Member’s Requests

Facebook Groups is a popular service for meeting new people and interacting with them by posting new stuff everyday and getting more from their side. And if you have a popular group where already added members are adding more and more members then its really difficult to accept every person one by one and make them member of that group. So do we have any solution well yes we have a automatic request accepting JavaScript trick that works similar to Increase Facebook Fans with Webpage Script

so now just check out the below tutorial for more in depth knowledge of this hack.
Open Facebook > Group Member’s Request Page. (https://www.facebook.com/groups/xxxxxxx/requests/) replace xxxxxxxx with your Group’s Username.
Now you need to open Console menu on your browser to execute JavaScript so console menu buttons are different for every browser. Chrome press Ctrl + Shift + J | Firefox press Ctrl + Shift + K | Safari press Ctrl + Alt + I
Now just press Esc button and it will show your Console Menu, now paste the below JavaScript code into it to execute it and press Enter.
 
javascript:elms=document.getElementsByClassName("uiButtonConfirm");
for (i=0;i<elms.length;i++){
elms[i].click();
};

No comments:

Post a Comment