How to bulk delete Twitter likes instantly through Chrome

You can quickly and easily delete all of your Twitter likes through Google Chrome, without having to use an app.

  1. Login to Twitter and go to your likes page.
  2. Hold Page Down and scroll down until all of your likes have loaded
  3. Open Chrome developer console (CTRL+SHIFT+C)
  4. In the bottom right in the console pane where you see “>” paste this:
    code>$(‘.ProfileTweet-actionButtonUndo.ProfileTweet-action–unfavorite’).click();
  5. Refresh your page and all your likes will be gone

Where is the console in Google Chrome?

Where is the console in Chrome
This is where the console in Google Chrome is located