Skip to content

Instantly share code, notes, and snippets.

@Sid3y1
Created August 9, 2016 13:33
Show Gist options
  • Save Sid3y1/91774d3ee9e71bbc2cdf8ebc57d69024 to your computer and use it in GitHub Desktop.
Save Sid3y1/91774d3ee9e71bbc2cdf8ebc57d69024 to your computer and use it in GitHub Desktop.
Facebook inviter amis a un event
all= document.querySelectorAll('a[aria-checked="false"]');
for (i=0;i<all.length;i++){
all[i].click();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment