I want to delete all my tweets without deleting my account.
This script deletes your tweets and repost from twitter without using the Twitter API, just by using the firefox javascript scratchpad.
Chage YOURNAME in the script below.
The script is quite slow but it works so far , I set some long timeout to let the DOM document to (re)load.
May be it could be much faster but I'm not a javascript guy.
- Open https://twitter.com/USERNAME
- Open the Firefox Developer Tools
Firefox > Tools > Browsers Tool > Web developer Tools
. Go to the "Web Console" tab ( https://firefox-source-docs.mozilla.org/devtools-user/ ) - paste the javascript code into the Command line intrepreter https://firefox-source-docs.mozilla.org/devtools-user/web_console/the_command_line_interpreter/index.html
- wait...
There are currently no posts on my account and the likes are only there as a number, but after a long period of time a few of them appear, whether they are posts that I have previously reposted or posts that I have put a heart on and they are a few years before I created my account. Is there any solution to delete them all at once or to speed up their appearance at least?