Last active
August 3, 2023 04:09
-
-
Save thanhtunguet/1fb9e334da27396d5e509a552cd7305f to your computer and use it in GitHub Desktop.
Cancel all sent friend requests on Facebook
This file contains hidden or 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
(() => { | |
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