Skip to content

Instantly share code, notes, and snippets.

@stamm
Created August 8, 2013 18:27
Show Gist options
  • Save stamm/6187299 to your computer and use it in GitHub Desktop.
Save stamm/6187299 to your computer and use it in GitHub Desktop.
Remove all from your wall. 1) repeatedly press end on your wall. 2) insert this code in google chrome console and press enter
var posts=$$('.post_delete_button'), length = posts.length; for (i=0; i <length; i++) { posts[i].click() }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment