Ever wanted to delete all your tweets from X (Twitter) but only found broken/expensive tools? You are in the right place.
- Go to: https://x.com/{username}/with_replies
- Modify the strings marked as "EDIT"
- Open the console and run the following JavaScript code:
var nameToFind = "YOUR TWITTER NAME"; // EDIT
var deleteStr = "Delete"; // EDIT: USE YOUR OWN BROWSER LANGUAGE HERE