Skip to content

Instantly share code, notes, and snippets.

@megatontech
Created August 2, 2019 03:31
Show Gist options
  • Save megatontech/581c766a462e3205338a0a90cf96dc3c to your computer and use it in GitHub Desktop.
Save megatontech/581c766a462e3205338a0a90cf96dc3c to your computer and use it in GitHub Desktop.
批量关注user
//follow all user following openbilibili
window.location.href="https://lnkd.in/f2fTAWm";
for(var i=0;i<document.getElementsByClassName("btn-sm").length;i++){if(document.getElementsByClassName("btn-sm")[i].value=="Follow"){document.getElementsByClassName("btn-sm")[i].click();console.log(document.getElementsByClassName("btn-sm")[i].title)} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment