Today In this Article I am showing How To Accept All Friend Request On FACEBOOK at once, with adding a simple javascript for public demand. Yup !! you can do that without manually accepting all friends for just a simple step.
Follow The step:-
This script worked perfectly in Chrome or firefox and 95% user are yous chrome and firefox maybe
So Lets Start
- Open the following link to your friends request page
- Go to the end of a list and click see more, repeat till the list is quite big or you reach the end of it.
- For Chrome press Ctrl+Shift+J
For Firefox Press Ctrl+Shift+K - Copy the below code
javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
- Paste in console
- Press enter and hold on for few minutes to see changes take effect