Ever wanted to delete all your likes/favorites from Twitter but only found broken/expensive tools? You are in the right place.
- Go to: https://twitter.com/{username}/likes
- Open the console and run the following JavaScript code:
setInterval(() => {
for (const d of document.querySelectorAll('div[data-testid="unlike"]')) {
d.click()
}
window.scrollTo(0, document.body.scrollHeight)
}, 1000)
My dear sir, I disliked all my posts on Twitter at once through the code you mentioned. And I became very happy. But I want to ask you that can we delete or undo all tweets or retweets on Twitter in one go through code..??
Let me know if you have any such code. I want to delete and undo all tweets of twitter through code.
If you have any such code please send me code on E-mail: mohdasad3786@gmail.com so that I can delete all tweets.
I am waiting for your reply. of your answer..!!
Regards
Mohd Asad