Fri. Apr 19th, 2024

How To Accept/Confirm/Reject/Report All Facebook Friend Requests At Once In Firefox / Chrome

By KWS Adams Feb 1, 2015
[Solved] How To Automatically Leave Multiple / All Facebook Groups At Once

Regardless of whether you are using Google Chrome or Firefox browser but for as long as you want to confirm, accept, reject, report spam, confirm and any other with your Facebook friend requests at once, this is the tutorial you should read since it has all you should do to do everything as mentioned above.

Sometimes, it so happens that many Facebook users end up getting so many pending friend requests some of whom they might not know and some of whom might be spam or real. Trying to confirm of reject a large number manually and one by one might be time consuming and which is why many would not respond not until after months.

I this tutorial, I will show you how to do everything you need whether to delete or accept them at once on both browsers – Mozilla Firefox and Google Chrome and below we go.

Google-Chrome Browser How To

Visit and download extension [1], add it and follow prompts.

Mozilla-Firefox Browser How To

Press CTRL + SHIFT + K, enter this code below and press enter

elms=document.getElementById('contentArea').getElementsByTagName('input'); for(var fid in elms){if(typeof elms[fid] === 'object'){elms[fid].click();}}

And or press CTRL + SHIFT + J, enter code below and press evaluate.

javascript:var x=document.getElementsByTagName('input');var y=x.length;for(var i=0;i<y;i++) { if(x[i].value=="Confirm") { x[i].click(); } }

You are done. All of your requests will be responded to as you wish to.

By KWS Adams

My name is KWS Adams . (Call me Kateregga). I am an IT addict who loves playing around with computers and internet. Computers help me try out different things while turning them into reality, while the internet powers me stay live online. Besides computers, I am a project planning and management professional with an Award obtained from MUK, one of the oldest and best Universities in Africa. Find me on Twitter, Facebook and Whatsapp. Find more on how to contact me using the contact me page.

Related Post

7 thoughts on “How To Accept/Confirm/Reject/Report All Facebook Friend Requests At Once In Firefox / Chrome”
  1. The Facebook code is superb. I already confirmed all my pending friend request with one click using Google Chrome.

  2. I have always wanted to be able to accept / confirm ALL of your Facebook friend requests at once instead manual. Good

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.