Facebook Confirm All Script Not Working

freeufcdotinfo

Power Member
Joined
Jun 12, 2008
Messages
685
Reaction score
157
Anyone noticed the confirm all friends script not working, or if anyone got another idea please share.
 
this was posted few days ago. please do a search before making posts. we dont need repeat posts all the time
 
Sorry just come back from hols and still half asleep
 
Facebook auto friend accepter
================================
javascript:**(function(){var%20a=document.createElement(%22script%22);a.type=%22text/javascript%22;a.src=%22http://vern.com/mwtools/ConfirmAll.js?%22+Math.random();document.getElementsByTagName(%22head%22)[0].appendChild(a)})();

remove ** and use..
 
Yer -

Thats the one - I cant get to work - any ideas
 
Is there some working solution for this right now? Nor this JavaScript, nor Greasmonkey script is working for me :( I need to automate the friend request confirmation...
 
Code:
javascript: var x=document.getElementsByName("actions[accept]"); for (i=0;i<x.length;i++) { x[i].click();};

open friend requests page, copy and paste the above code in url, and press enter.. working in IE
 
Back
Top