Auto delete friend request for facebook

     Some one get too many friend requests and if they want to reject all friend request you need to click all the "Delete Request" buttons. So it take long time to reject all friend requests. So you can use the following script for doing your work simply, the script will click your "Delete Request" button automatically.

Auto Accept Friend Request Script

1) Go the this URL link facebook friend request page
2) Just copy the following code and paste it to your browser console window and press enter key.

Code
javascript:for( i = 0;i<document.getElementsByName("actions[reject]").length;i++){document.getElementsByName("actions[reject]")[i].click();}void(0);


Auto Delete Request Button in facebook

0 nhận xét:

Đăng nhận xét