Skip to content

Instantly share code, notes, and snippets.

@thanhtunguet
Last active August 3, 2023 04:09
Show Gist options
  • Save thanhtunguet/1fb9e334da27396d5e509a552cd7305f to your computer and use it in GitHub Desktop.
Save thanhtunguet/1fb9e334da27396d5e509a552cd7305f to your computer and use it in GitHub Desktop.
Cancel all sent friend requests on Facebook
(() => {
const buttons = document.getElementsByClassName('_54k8 _52jg _56bs _26vk _2b4n _56bt');
Object.values(buttons)
.forEach((button) => button.click());
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment