Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save megatontech/46718de9ea617936f377469998af9f52 to your computer and use it in GitHub Desktop.
Save megatontech/46718de9ea617936f377469998af9f52 to your computer and use it in GitHub Desktop.
ACfun自动加文章区评论区所有人关注
var count = 0;setInterval(function(){$($(".name")[count]).mouseover();$(".area-comm-follow").click();$($(".name")[count]).mouseout();console.log(count);count++;if(count>=50){$(".area-update").click();}},10000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment