Facebook is growing and so is the about of connections we are making. It happens a lot of time that when people join facebook that they get a lot of friend requests. Its highly suggested that you make friends with only the people you know.
So when you get a lot of friend requests and find it boring to click confirm on each one of them. Then just create this bookmarklet and use it to confirm all friend requests with just 1 click. Simple!
In the above Bookmarklet just change the URL to the following code to get your bookmarklet for confirming all friend requests.
javascript: var field = document.getElementsByName("actions[accept]");for (i = 0; i < field.length; i++)field[i].click() ;
Now once created. Go to the following page to get all your Friend Requests: http://www.facebook.com/reqs.php and use the bookmarklet to confirm all your new friend requests. [Don't forget to reject the ones you don't want manually before clicking the bookmarklet].
PS: Its unsafe to accept unknown friend requests on facebook as a lot of your private information which you wish only your close friends should know becomes accessible to all your facebook friends. This includes messages, contacts, personal pictures etc.
Please feel free to post a comment if you find any difficulty in using the bookmarklet.
Feel free to share the information and help others.