Facebook auto accept friend request
Some one get too many friend requests and if they want to accept all friend request you need to click all the "Confirm" buttons. So it take long time to accept all friend requests. So you can use the following script for doing your work simply, the script will click your "Confirm" button automatically.
Auto Delete 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
Auto Delete 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[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
Nhận xét
Đăng nhận xét