I was tired of the slop that Twitter (currently known as X) has become so I quickly wrote this to nuke my activity.
Use it to remove all your tweets, retweets, replies, quotes, media & likes (they're private now but you never know!)
The script needs you to add 4 values to it in order to work. These are: your username, Authorization, X-Client-Transaction-Id, X-Client-Uuid
Steps
- Open the dev console while on twitter (
CTRL + SHIFT + I
) - Open the console and paste the entire contents of
deleeter.js
in there - Go to the Network tab and click on
Fetch/XHR
(right of the filter box) - Find a request which has the tokens we need (refer to screenshot)
- Replace the 'YOU NEED TO ADD THIS' sections located at the top of the script with the tokens
- Add your username as well
- Press enter, it should do the rest
Screenshot for reference. If the first request you click on doesn't have the 3 tokens you need keep looking for one that has.