Skip to content

Instantly share code, notes, and snippets.

@kenhkelly
Created December 30, 2017 16:08
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 kenhkelly/5578d39bd6a9aba7864385a8f806d83a to your computer and use it in GitHub Desktop.
Save kenhkelly/5578d39bd6a9aba7864385a8f806d83a to your computer and use it in GitHub Desktop.
Remove all facebook page invites. Run in console on facebook pages invite tab.
var els = document.querySelectorAll('[data-tooltip-content="Remove Suggestion"]')
for (var i = 0; i < els.length; i++) {
els[i].click();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment