Facebook friends auto accept extension?

mader

Well-known member
Babiato Lover
Trusted Seller
Trusted Uploader
Sep 18, 2019
519
372
63
Hi guys, does anyone knows browser extension or javascript I can mass approve the received friend requests in facebook ?
I have tried googling but nothing working with the new facebook interface.
 

mader

Well-known member
Babiato Lover
Trusted Seller
Trusted Uploader
Sep 18, 2019
519
372
63
I found a workaround for Firefox, I believe it will work in other browsers.
1. Revert facebook to Old design, I used this extension: https://addons.mozilla.org/en-US/firefox/addon/old-layout-for-facebook

2. Navigate to www.facebook.com/friends/requests/

3. Open Developer Tools console and copy-paste there this javascript:
Code:
var confirmBtns = document.getElementsByTagName('button');
for (var i = 0; i < confirmBtns.length; i++) {
    if (confirmBtns.innerHTML == "Confirm") {
        confirmBtns.click();
    }
}

You may need to copy-paste it a few times but it works!
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu