Facebook Invite Friends Code

djme2k

Registered Member
Joined
Jan 13, 2010
Messages
83
Reaction score
6
Hey Guys, their is a new style for facebook friends invite. Have anyone a new Code ?
 
var a = Array.prototype.slice.call(document.getElementsByClassName("_5tef"))[0];if(a)a.click();setTimeout(function(){Array.prototype.slice.call(document.querySelectorAll("ul._5kwh li")).forEach(function(c){var d = $(c); var e = d.getElementsByTagName("button")[0]; if(e) e.click();})}, 1000);

I think that should do it.
 
tried ur code on chrome and firefox. didnt work -.-
 
i find a code that work

javascript:var inputs = document.getElementsByClassName('_1v30');
for(var i=0; i<inputs.length;i++) {
inputs.click();
}
 
Back
Top