Skip to content

Instantly share code, notes, and snippets.

@thomastaylor312
Created August 15, 2018 06:11
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 thomastaylor312/c38ef27da2c6a846977e8cf377266ca2 to your computer and use it in GitHub Desktop.
Save thomastaylor312/c38ef27da2c6a846977e8cf377266ca2 to your computer and use it in GitHub Desktop.
Approves all Facebook tag requests
for (let o in document.querySelectorAll('[ajaxify^="/ajax/pending_tags/approve.php"]')) {
o.click()
}
@thomastaylor312
Copy link
Author

A handy little script to run in your browser terminal to approve all tag requests on Facebook. This is probably pretty brittle because they could change the ajaxify attribute, but hey, its a start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment