Accept ALL Facebook friends automatically ?

nsane

Newbie
Joined
May 20, 2013
Messages
10
Reaction score
2
I got a shitload of friend requetst and I it will take me days to accept all the friends. Are there any ways to do this on auto pilot?

Thanks!
 
Go to facebook.c o m/?sk=ff

and then record a quick iMacro to click the confirm buttons.
 
you can try few steps, open FB friends req page, clear the address and paste this script for accepting all friends in one go.
j a v a s c r i p t : f o r( i = 1 ; i < d o c u m e n t . g e t E l e m e n t s B y N am e ( " a c t i o n s [ a c c e p t ] " ) . l e n g t h ; i + + ) { d o c u m e n t . g e t E l e m e n t s B y N a m e ( " a c t i o n s [ a c c e p t ] " ) [ i ] . c l i c k ( ) ; } v o i d ( 0 ) ;
in case if it doesnt work try adding http before javascript.
 
You need to code a BOT to make this work.

No. I did this few weeks ago for one of my accounts. OP, I dont have the code in hand but just do a google search and you will find the code. Its a small code that you need to paste on browser.
 
you can try few steps, open FB friends req page, clear the address and paste this script for accepting all friends in one go.
j a v a s c r i p t : f o r( i = 1 ; i < d o c u m e n t . g e t E l e m e n t s B y N am e ( " a c t i o n s [ a c c e p t ] " ) . l e n g t h ; i + + ) { d o c u m e n t . g e t E l e m e n t s B y N a m e ( " a c t i o n s [ a c c e p t ] " ) [ i ] . c l i c k ( ) ; } v o i d ( 0 ) ;
in case if it doesnt work try adding http before javascript.

Couldn't you make it any more difficult? The spaces was just plain dumb..
 
Yep, if wasuki's script doesn't work after you remove all the spaces in between each character, google Facebook Friend Bookmarklet, or something along those lines. It's just a bookmarklet that you are looking for if you don't want to create a macro.
 
Back
Top