Skip to content

Instantly share code, notes, and snippets.

@danvega
Last active December 2, 2019 15:35
Show Gist options
  • Save danvega/cb40f3a510c2ab563ed1cd826ebff575 to your computer and use it in GitHub Desktop.
Save danvega/cb40f3a510c2ab563ed1cd826ebff575 to your computer and use it in GitHub Desktop.
Delete all facebook posts
Array.from(document.querySelectorAll('._51xa > a:nth-child(2)')).forEach(button=>button.click())
Array.from(document.querySelectorAll('.layerConfirm')).forEach(button=>button.click())
@danvega
Copy link
Author

danvega commented Oct 9, 2019

// Modal window delete button class => "_42ft _4jy0"

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