Skip to content

Instantly share code, notes, and snippets.

@2xa31k
Last active August 10, 2022 12:23
Embed
What would you like to do?
Remove all your facebook likes
@Mywk
Copy link

Mywk commented Feb 11, 2022

To use in the Activity History:

setInterval(() => {
    document.querySelector('div[aria-label="Action options"]').click()
    document.querySelector('div[role="menuitem"]').click()
    document.querySelector('div[aria-label="Delete"]').click()
}, 400)

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