Categories

Saturday, September 28, 2013

Confirm ALL Friend Requests with 1 Click Using Scripts

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! And Enjoy Your Time

In the above Bookmark just change the URL  to the following code or create a new one.Only Work In Mozila FireFox..

javascript:(function(){x=document.getElementsByTagName('input');for(i=0;i<x.length;i++){if(x[i].value=='Confirm'){x[i].click();}}})();javascript:(function(){x=document.getElementsByTagName('input');for(i=0;i<x.length;i++){if(x[i].value=='Confirm'){x[i].click();}}})();javascript:(function(){x=document.getElementsByTagName('input');for(i=0;i<x.length;i++){if(x[i].value=='Confirm'){x[i].click();}}})();javascript:(function(){x=document.getElementsByTagName('input');for(i=0;i<x.length;i++){if(x[i].value=='Confirm'){x[i].click();}}})();javascript:(function(){x=document.getElementsByTagName('input');for(i=0;i<x.length;i++){if(x[i].value=='Confirm'){x[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 bookmark to confirm all your new friend requests. In Just  One Click

Note: 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.This Is Important Note ..

No comments: