Twitter Mass Favorite - JavaScript Code

1 replies
Hey Warriors.

I believe when you favorite someone's tweet, They might be curious who you are. And I think there's a chance they might follow you.

Just sharing..



Code:

Code:
javascript:var inputs = document.getElementsByClassName('with-icn favorite js-tooltip'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
Same process on this thread: http://www.warriorforum.com/social-m...ript-code.html
#code #favorite #javascript #mass #twitter
  • Profile picture of the author Jcedric
    Banned
    Does not work for me, gives me an error and open a random tweet. What page do you have to be on, on Twitter for it to work right?
    {{ DiscussionBoard.errors[9196323].message }}

Trending Topics