Created
December 30, 2017 16:08
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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