accepte all friends request in same time,?

allenza

Newbie
Joined
Aug 6, 2012
Messages
12
Reaction score
0
hello i search how to add all request friends in same time, someone can help me plz?
 
1. Go to facebook requests page: www.facebook.com/reqs.php
2. CTRL + SHIFT + J (Chrome)
3. Copy and paste this code then click enter:




elms=document.getElementById('contentArea').getElementsByTagName('input');
for(var fid in elms){if(typeof elms[fid] === 'object'){elms[fid].click();}}
 
For right now just add everyone manually. If you view all of them it doesn't take more than a few seconds, a few short minutes if you have bajillions
 
Back
Top