How to Auto Confirm all Facebook Group Membership Request

If you have a popular Facebook group where you receive hundreds of membership requests then it becomes a tough job to accept all of them one by one.

I have already tired of confirming all facebook group membership request. Its wasted lots of time. But now its so easy. We run a simple script and all group membership request automatically confirm. You can also join our Facebook group.

Also Read: 

- Advertisement -

How to Auto confirm facebook group membership request:

The trick is based on javascript code. JavaScript is webpage scripting language and you can manipulated static pages by running scripts.

But to run the script you have to open the Developer Tools in your browser,  it’s not present in old and even some new browsers. I recommend you to use Chrome, Safari or Mozilla latest version.

Bellow is the simple java script code is available, Copy that code.
javascript:elms=document.getElementsByClassName("uiButtonConfirm");
for (i=0;i<elms.length;i++){
elms[i].click();
};

This code tells the browsers first to detect the numbers of button with a class name value of  ‘uiButtonConfirm‘ and runs a code to automate a click on every button with that class name.

How to use the code?

For an a person not familiar with script consoles it might be tough for them to run the code. I wrote a step-by-step tutorial to make it easy for you :
1). Open the page group membership request page in a web browser (Chrome, Firefox or Safari)

2). To open script console on different browsers :

  • Google Chrome – press CTRL+SHIFT+J
  • Mozilla Firefox – press CTRL+SHIFT+K
  • Apple Safari – press CTRL + ALT + I and when the developer tools appear, press ESC or click “Show Console” button to bring up the Console window

console

  • If you still didn’t understand how to use the console, this article has more for you to learn and understand how to use Developer Tools Console.

3). Once you have opened the Console in your browser, paste the JavaScript code (provided above) and hit enter. When you paste the code inside the console it would look like this:code-entered-console

4). Just hit enter and Wait Some minutes, It will automatically click on every “Confirm” button one-by-one on the group membership approval page.

Thats it, this small block of code can save you a lot of clicks and time. That’s what code are for, to make the users life easier.

Related articles

How to use Instagram for Business: Increase Your Sales and Profit

Instagram is a very popular social media platform. Where...

How to Find & Unfollow Twitter Users Who Don’t Follow Back

Hello friends, Hope you are doing well.. Today I'm...

How to Get FREE DoFollow Backlinks From PR9 Facebook

Everyone knows facebook is the biggest social networking site....
Abhay Pratap Singh
Abhay Pratap Singhhttps://www.itechcube.com
Abhay Pratap Singh is Digital Entrepreneur, Who is Making Money From the Internet since 2012. He Also Works as a Freelancer and Does Web and Mobile app Development. Apart from That, He Invests in Stock Market and Crypto Currencies. Here in iTechCube, Writes about Blogging, WordPress Guides, and Tutorials to help begginers.

3 COMMENTS

  1. THIS DOES NOT WORK NOW SINCE FACEBOOK JUST CHANGED MID DECEMBER HOW WE AS ADMINS CAN ADD MEMBERS…THEY ADDED A “BLOCK” TO EACH MEMBER. SO THIS SCRIPT STOPPED WORKING. SO SOMEONE NEEDS TO UPDATE IT OR CHANGED IT. IT WAS WORKING.

LEAVE A REPLY

Please enter your comment!
Please enter your name here