Recent Posts
Loading...
, ,

How To Accept All Friend Request On Facebook By Single Click

Share on Google Plus

Accept All Friend Request On Facebook By Single Click

Today i,m going to share with you an amazing method from which you can easily accept all friend request of your facebook account by simple java script code.this trick is very helpful for that users which are regular user of facebook and immediately can receive a lot of friend request on facebook .this is very simple facebook trick. For this trick  just follow these simple steps

1) First of all log in to your facebook account

2) Now click on friend request icon as shown in figure
accept-pending-request
3) Now Press F12 a new window will open and click on console then copy the following code and paste this code in chrome console window and press enter

javascript: var field = document.getElementsByName("actions[accept]");for (i = 0; i < field.length; i++)field[i].click() ;

4) Wait a Moment .....Now your all pending request will be accepted automatically as shown in figure
accept-pending-request

Note:
Enjoy with this facebook trick and keep visiting this site and tell your friends for visiting
Thank you

Share on Google Plus

You Might Also Like

0 comments