pic

Accept All Facebook Friend Request Only At One Click With Desktop

Hey Guys? How are you all. I know you all well. B'coz with Apu DB's blog all is wel. Lolz.. Can't think it's will possible? ... thumbnail 1 summary
Hey Guys? How are you all. I know you all well. B'coz with Apu DB's blog all is wel. Lolz.. Can't think it's will possible? Oh man, it's 100% working . I have tryed it some day ago.

When i see this trick from my brother NASIR UDDIN NOBILE profile i was crazy . But i think it will work wel. Then i am going to try it and logged to facebook and install the script. Wow i was shocked, it's working? Huhu..i was happy and now going to write it and share with you all.


Yah let's know how to do it.
You also need a desktop computer or laptop.

1: Use FireFox For it.
2: Now you need 'Firebug'. Click here To Get it
3: You nee to install it on your browser.
4:After installation press F12 or Right click and select Inspect element with firebug .
5:Select the Console tab and paste this code and
click on run for two time.
6:It will Accept your All request
7:Copy the scripts from Click Here to copy code

Here is the code:

/** * Accept All Friend Request * Author: Nasir Uddin Nobin * Version: 1.0 * * How to use: Use firebug console and paste these and RUN it tow times. It will accept all pending request from facebook. * * Note: If facebook make any changes to their site structure this code may not able to accept request. */ if(typeof(jQuery)=="undefined"){ include("jquery"); }else{ accept_req(); } function accept_req(){ var req_count=$("div.bh span.bi.bj a.bk.bl.bm").text(); var req1=req_count.split("("); var req2=req1[1].split(")"); var final_req_count=req2[0]; var loop_need = Math.floor(final_req_count/10)+1; for(i=1; i < loop_need; i++){ $.get("https://mbasic.facebook.com/friends/center/requests/?ppk="+i+"&tid=u_0_0&bph="+i+"#friends_center_main", function(data){ $("body").html(data); $("a.y.z.bv.bb").each(function(){ var url=$(this).attr("href"); $.get(url); }); }); }}

No comments

Post a Comment