Skip to content

Instantly share code, notes, and snippets.

@juanmaguitar
Created April 13, 2016 15:43
Show Gist options
  • Save juanmaguitar/269519db429d4ead739ba968069090f5 to your computer and use it in GitHub Desktop.
Save juanmaguitar/269519db429d4ead739ba968069090f5 to your computer and use it in GitHub Desktop.
facebook "invitar a amigos"
var buttons = document.querySelectorAll(".fbProfileBrowserListItem .uiButton")
for (var i=0; i<buttons.length; i++) {
$(buttons[i]).click();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment