Skip to content

Instantly share code, notes, and snippets.

@3DGEOM
Forked from parkr/in-your-console.js
Last active August 29, 2015 14:19
Show Gist options
  • Save 3DGEOM/f283267e6519fe6a6a50 to your computer and use it in GitHub Desktop.
Save 3DGEOM/f283267e6519fe6a6a50 to your computer and use it in GitHub Desktop.
// go to https://twitter.com/your-username, and enter the following into the developer console:
for(var i = 1; i < 500; i++){ // just do it a bunch
// Un retweet
document.getElementsByClassName("ProfileTweet-actionButtonUndo")[i].click();
document.getElementsByClassName("js-close")[0].click();
// Delete tweets
document.getElementsByClassName("js-actionDelete")[i].childNodes[1].click();
document.getElementsByClassName("delete-action")[0].click()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment