I know facebook disabled the toggle all, but just found a work around. It takes a little more time, but it works.
Not sure if it's been shared or not. But here you go.
if it helps, a thanks or a rep would be nice
Not sure if it's been shared or not. But here you go.
PHP:
javascript:var elms=document.getElementsByName("checkableitems[]");for(var count=0;count<elms.length;count++){var t = setTimeout("elms["+count+"].click()",100)}
if it helps, a thanks or a rep would be nice
Last edited: