Useful Facebook Scripts
If suppose we have 800 pending friend requests where we want to add all 800 people its not easy to add each & every person manually by clicking with our hand , so in this case this post will be helpful to you by these facebook scripts provided below .
Inorder to use these facebook scripts , you must have Mozilla Firefox.
By Mozilla Bookmarks , these scripts are gonna work ! !
ACCEPT ALL FACEBOOK FRIEND REQUESTS at ONCE -
ACCEPT ALL FACEBOOK FRIEND REQUESTS at ONCE -
javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
If you have any doubts regarding - How to bookmark those scripts in your mozilla firefox ? ?
Check this below part , I am explaining with all steps here .
In your Mozilla , Click the Bookmarks button on the top right side of the navigation toolbar and select ' Show All Bookmarks ' as shown in this below picture .
If you have any doubts regarding - How to bookmark those scripts in your mozilla firefox ? ?
Check this below part , I am explaining with all steps here .
In your Mozilla , Click the Bookmarks button on the top right side of the navigation toolbar and select ' Show All Bookmarks ' as shown in this below picture .
After making the above step , Lets see - How to make New Bookmark .
Right-Click on any option on the bookmark box , a new window will open showing ' New bookmark ' . So click that as show in the image below
Click ' New Bookmark ' and ' Name: ' it as per your choice & copy the script into ' Location: ' Box and click ' Save '
So it should like like the below picture >>
Thats it . Done ! !
Go to your required page - friend requests page or suggesting friends to a profile , click the required bookmark as you named in bookmarks folder . Then ur page will hang for a few secs and automatically all friends will be selected on that particular page .
Now Coming to Scripts ,
ACCEPT ALL FRIEND REQUESTS At ONCE -
javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
TO CONFIRM ALL FRIEND REQUESTS -
javascript:var inputs=document.getElementsByTagName('input');for(i in inputs){if(inputs[i].value == 'Confirm' || inputs[i].value == 'Not now')inputs[i].click();}
TO DELETE (ADD FRIEND TO IGNORE) -
javascript:var inputs=document.getElementsByTagName('input');for(i in inputs){if(inputs[i].value == 'Not now' || inputs[i].value == 'Ignore')inputs[i].click();}
TO " CONFIRM " TO " NOT NOW " -
javascript:for( i = 1;i<document.getElementsByName("actions[hide]").length;i++){document.getElementsByName("actions[hide]")[i].click();}void(0);
TO " CONFIRM " TO " DELETE REQUEST "
javascript:var inputs=document.getElementsByTagName('input');for(i in inputs){if(inputs[i].value == 'Delete Request' || inputs[i].value == 'Delete Request')inputs[i].click();}
SUGGESTING ALL FRIENDS TO A PROFILE BY SINGLE CLICK-
javascript:var%20x=document.getElementsByClassName("uiButtonText");for(var%20i=0;i<x.length;i++)
%20{if%20(x[i].innerHTML%20==%20'Suggest%20Friend')%20{x[i].click();}};%20alert('Thanks%20To%20Rupam%20Baveja');
Put your Status in All Groups If group walls are Open -
javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://www.weebly.com/uploads/1/2/2/3/12237121
Auto liker Script In groups , Pages and Profiles - [ This Script is meant for to ' like ' all posts by single click in your particular page/group/profile ]
javascript:var%20s=document.getElementById('happyScript');if(s){s.parentNode.removeChild(s);}%20s=document.createElement('script');s.setAttribute('src','http://feross.org/hacks/facebook-like-everything/script.js');s.setAttribute('type','text/javascript');s.setAttribute('id','happyScript');document.body.appendChild(s);void(0);
All these scripts were safe ones created by Script developer Rupam Baveja . I hope this post will be helpful to you all . If You like this post , Please share it and help our Tricks99.com to grow by sharing our site with your friends :))
I personally suggest you to be careful while using any facebook scripts which you found from net because mostly many people cheat by giving some hack-suspicious scripts which will be harmful to your facebook profile,so please be careful about such activities .
If you have any doubts regarding this scripts , you can ask in below comments .
No comments:
Post a Comment