Wednesday, August 16, 2017

Deleting all your tweets in bulk and in one go!! Twitter


Deleting all your tweets in one go!!

inspired by and thanks to Vasikos

open up  web page in your browser ( desktop ) with below link :

https://webapps.stackexchange.com/questions/90704/how-can-i-unfollow-everyone-at-once-on-twitter/90706#90706?newreg=8df66a251f104ece840042fba6e85c42


Follow Vasikos's advice in the section

Using Chrome Developer Tools

in step number 5 , replace the code with this : 

var cnt = 50;  for (i = 0; i < cnt; i++) {            $('button:contains("Delete Tweet")')[i].click();$(".delete-action").click(); }

'cnt ' is equals to the number of tweets that currently u have. 

then click enter.
hang on for a few seconds ( depends on how many zillion tweets u have) .

then refresh ( F5 ) the page.

VOILLA!!

a clean slate.

Thank you and terima kasih Vasikos.