Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasprogamer/b47b04d30d74072ccaf8d3ba7c990488 to your computer and use it in GitHub Desktop.
Save lucasprogamer/b47b04d30d74072ccaf8d3ba7c990488 to your computer and use it in GitHub Desktop.
Convidar quem curtiu um post do facebook
var inputs = document.querySelectorAll('a._42ft._4jy0._4jy3._517h');
for(var i=1; 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