Ever wanted to delete all your tweets from Twitter but only found broken/expensive tools? You are in the right place.
- Go to: https://twitter.com/{username}/with_replies
- Open the console and run the following JavaScript code:
/* define a function to delete tweets */
var myName = "INSERT YOUR TWITTER NAME HERE"
function unTweet() {