I have been mass following / unfollowing / favoriting / unfavoriting on twitter with these codes ;
$(\'button.follow-button\').click(); $(\'button.ProfileTwe
In my case there was a conflict between jquery and another library so I had to implement a jQuery.noConflict(); in a script before calling in my main script.
jQuery.noConflict();
You could read more about jquery conflict here