Facebook NEW Select All CODES doesn't work ANYMORE

beibs

Newbie
Joined
Apr 23, 2011
Messages
5
Reaction score
0
Since facebook changed the invite window design, all of us had to change the javascript code we were using for a new one.

Instead of using the well known

javascript:fs.select_all()

I have to start using this one, than only worked well with Firefox

javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms.type="checkbox" )elms.click()};

or

javascript:elms=document.getElementsByName("checkableitems[]");for(count=0;count<elms.length;count++){setTimeout("elms["+count+"].click()",100)}


Now since last week in many of my FB accounts when i try to use the first code it gest me to a white screen page showing just this "()"

And when i try to use the second it gets me to a white screen page with this written "[object HTMLCollection]"

In other accounts IT WORKS FINE but i think that in less than a month it wont work with any.


Im using all my fb accounts with the same browser (FIREFOX 4.0)


Someone knows something about this?
 
this i can be temp things and i am sure they must be making some more updates... so we should know for sure in next few days only
 
I have been using all sorts of different methods and codes to do "invite all".

Problems I'm getting are a warning message saying "narrow down your invites" which happens even if I'm sending invites to around 100 people. (but this is not always consistent)

a warning message telling me to put in a code before the invites are sent.

now the invite code doesn't work at all. I've tried changing browsers from firefox to crome & explorer.
The loading process for the "invite friends" seems to be different which I'm guessing has something to do with these issues.

Can anyone help?
 
Not working for me either. Hoping someone comes up with a new bypass or code soon.
 
Back
Top