Skip to content

Instantly share code, notes, and snippets.

@zhao-ji
Last active November 27, 2020 18:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhao-ji/7131054f35bdd2b818061e887c0776eb to your computer and use it in GitHub Desktop.
Save zhao-ji/7131054f35bdd2b818061e887c0776eb to your computer and use it in GitHub Desktop.
var inputs = document.querySelectorAll("input.js-toggler-target[value='Follow']");
for(var i=0; i<inputs.length;i++) {inputs[i].click();}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment