Skip to content

Instantly share code, notes, and snippets.

@tonyseing
Created December 12, 2014 19:30
Show Gist options
  • Save tonyseing/f80c432aecaccee5ab5d to your computer and use it in GitHub Desktop.
Save tonyseing/f80c432aecaccee5ab5d to your computer and use it in GitHub Desktop.
Auto-accept Facebook friend requests bookmarklet
javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment