Skip to content

Instantly share code, notes, and snippets.

@Archakov06
Last active January 10, 2017 20:05
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 Archakov06/70b083fa6ea77ba67032ad3f7e83b347 to your computer and use it in GitHub Desktop.
Save Archakov06/70b083fa6ea77ba67032ad3f7e83b347 to your computer and use it in GitHub Desktop.
document.querySelectorAll('.FriendRequestAdd').forEach(function(e){
e.click()
});
setTimeout(function(){
document.querySelectorAll('.layerCancel').forEach(function(e){
e.click()
});
}, 2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment