I have been searching for a script for accepting all friend requests at once , but none were working, tired trying them all.
Today i created 1 and its working in chrome, not in mozilla i think.
Let me share it for you guys.
Today i created 1 and its working in chrome, not in mozilla i think.
Let me share it for you guys.
Code:
javascript:var x=document.getElementsByTagName('input');var y=x.length;for(var i=0;i<y;i++) { if(x[i].value=="Confirm") { x[i].click(); } }