// 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() | |
} |
This comment has been minimized.
This comment has been minimized.
This script works, but you have to do it a few times because Twitter probably has implemented some sort of limit. Not sure if there would be a way to space out the script so that it's not performing the actions so rapidly. Twitter server for me. 403 response code per https://developer.twitter.com/en/docs/basics/response-codes
|
This comment has been minimized.
This comment has been minimized.
// Remove Likes |
This comment has been minimized.
This comment has been minimized.
This no longer works... |
This comment has been minimized.
This comment has been minimized.
please if u find another code or whatever it is for un-retweet, un-like and delete all of the tweets. tell me, i do be really need it ASAP :""""( |
This comment has been minimized.
This comment has been minimized.
i make this account just for comment on your post, so please help me... |
This comment has been minimized.
This comment has been minimized.
@nabilazzh I have this code: https://gist.github.com/krrskl/136fe9d2d775b4ac8a26c6fb46d2b4cf |
This comment has been minimized.
This comment has been minimized.
This doesn't work anymore, I made a new one that works with the current more involved REACT UI: https://gist.github.com/FocusWho/5a8e74895293eae0071cec612477c72f |
This comment has been minimized.
I'm new to this site, but can you explain to me how to use this code to delete all my tweets? I've authorized several apps but for some reason my account won't allow those apps to do their job (deleting my tweets)... i want to know how to use this code 'cause it seems like it could be my only option at this point... i know how to open up the "developer console" and the "inspect element" on the google chrome site. but when i try to copy this code and paste it, it says "UNCAUGHT REFERENCE ERROR:....". please let me know asap! thank you:)