Are you looking for the fastest way to delete all your likes/favorites from Twitter? We know you are because we were also looking to remove our likes history and found 4 methods to unlike everything with just one click?
If you’re super active on Twitter, you might have liked 10s or 100s of posts per hour/day, and deleting them one by one can consume a lot of your time and energy.
After testing various services and selecting only the best from them we have created this guide to help you bulk delete Twitter likes.
Also Read:
- How to Hide Likes on Twitter
- How to delete tweets in bulk
- Why can’t I see all my likes on Twitter
- How Can I Tell Who Has Favorited My Tweets
4 Methods to Bulk Delete Twitter Likes
1. Circleboom
Under the free plan, you can only unlike 20 tweets at once but under the paid plan which costs about $7.99 per month, you can, unlike unlimited tweets. It provides direct access to all your Twitter history and your likes. You can bulk select them and unlike them with ease. If you face any issues with circleboom while bulk deleting Twitter likes, you can contact their friendly support.
Using this is quite easy. Just follow the steps below and you’ll be fine.
Step 1: Log in to Circleboom. Once you’re there, all your Twitter analytics will be visible. All the activities you have performed on Twitter so far will be visible to you.
Step 2: From the menu on the left, select “My Tweets” > “Unlike Tweets”. All the tweets you have liked so far will be visible to you. You can find your most liked tweet from that.
Step 3: Select the tweets one by one that you want to unlike. If you want to delete all, you can select “Unlike All”. You can also select the tweets which you liked specifically by searching them in the search bar of the tool.
2. Twitter Archive Eraser
Twitter Archive Eraser comes in three plans named Basic, Advanced, and Premium costing $9, $19, and $39 for a year.
This application is cheaper than Circleboom but the UI is quite good. You can opt for the free version where you can delete up to 1000 tweets in the past 6 months.
Follow the steps below to make the most of this tool.
Step 1: Download and install the tool for Windows or Mac(Both Platforms Supported).
Step 2: After installation, sign in to your Twitter account and authorize this application to scan your Twitter account.
Step 3: Head over to “https://mobile.twitter.com/settings/your_twitter_data” on your browser and log in from the account you want to delete the data from.
Step 4: Look for the download archive section as shown in the screenshot below. Click on “Request Archive”. All your twitter history will be downloaded to your computer.
Step 5: Click on the tool and select “Delete Tweets”. If you want to have a look at the other features, click on “Complementary Features”.
Step 6: On the next page, you can upload the archive file which will be displayed in the tabular form. Rest it will depend on the type of plan you are using to access all the past data.
Step 7: After getting the list of tweets from the time period you selected, you can filter or search them in the tool.
Step 8: Select the tweets you want to delete by clicking on the checkbox and click on “Delete Selected Tweets”. All your selected tweets will be erased from the history.
One of the best features of this tool is the preview option where you can view the live tweet inside the tool Real-Time. You can even play the video tweets if uploaded by the user.
3. Delete Twitter Likes using Browser Console
You can give access to these tools which might not be secure in the future, you can opt for this technical method and delete all your likes in one go.
If you know your way around the code, then it might be possible or else proceed with caution.
We found this info rambling through GitHub which has helped a lot of people in bulk delete likes on Twitter.
Here’s a link to the original post and as always, the credit goes to the person who is spreading awareness in the community.
Here’s how you do it through some basic coding on your browser.
Step 1: Open your browser and go to “https://twitter.com/{username}/likes”.
Step 2: Now right click on the page and choose “Inspect Element”. Look for the Console tab.
Step 3: Put the below code in the console and Voilà!
setInterval(() => {
for (const d of document.querySelectorAll(‘div[data-testid=”unlike”]’)) {
d.click()
}
window.scrollTo(0, document.body.scrollHeight)
}, 1000)
4. Delete Likes Manually
This might take a while but it is the most effective tool to remove selected likes. Since it’s free, you don’t have to worry about draining your pocket.
Just visit your timeline and select the tweets manually and remove the likes. Customized apps have some API Limitations which fail to display your exact timeline on Twitter. This method is the best when you want to make sure that maximum likes are deleted from your timeline.
All the applications to do this have their own limitations so the manual method is considered to be the best.
Remember the methods above are irreplaceable and once executed, you cannot reverse the operation to recover the deleted likes on Twitter. If these methods helped you, do comment below and let us know which tool worked for you. Other suggestions are more than welcome.