
- 4 Ways to Delete Comments on Reddit
- Method 1: From Reddit App
- Method 2: Via Reddit Website
- Method 3: In Bulk from Old Reddit Website
- Method 4: In Bulk Using an Extension
Quick Answer Here are the steps to delete a comment on Reddit: 1. Visit the official Reddit website on your browser. 2. Click on the Profile icon from the top right corner. 3. Select Profile from the drop-down menu. 4. Navigate to the COMMENTS tab. 5. From the comment you want to delete, click on the three-dotted icon and select Delete .
Method 1: From Reddit App
- Open the Reddit app on your Android phone.
Note : Make sure you are logged into your Reddit account.
Tap on your Avatar icon from the top right corner, as shown.
Tap on My profile .

Now, tap on the target comment you wish to delete.
Tap on the three-dotted icon .
Tap on Delete .
Finally, select Delete from the confirmation popup to confirm your decision.

Also Read : Time for Clean Up: How to Delete Reddit Inbox
Method 2: Via Reddit Website
Navigate to the official Reddit website in your PC/laptop browser.
Click on Log In .
Enter your Username and Password and click on LOG IN .
Click on the Profile icon from the top right corner of your dashboard.
Click on the Profile option from the drop-down menu.

Now, click on the three-dotted icon present next to the comment you wish to delete.
Click on Delete .

Method 3: In Bulk from Old Reddit Website
Go to the old Reddit website .
Click on your Reddit username from the top right corner.

Press Ctrl + Shift + I keys simultaneously to open Developer tools .
Click on Console , as shown below.

- Copy and paste the following code and press Enter key :
var $domNodeToIterateOver = $('.del-button .option .yes'),
currentTime = 0,
timeInterval = 1500;
$domNodeToIterateOver.each(function() {
var _this = $(this);
currentTime = currentTime + timeInterval;
setTimeout(function() {
_this.click();
}, currentTime);
});
Also Read : How Do I Delete History on Reddit App
Method 4: In Bulk Using an Extension
Note : Please use the Google Chrome browser only for this method as this works only on Chrome.
- In the Chrome Web Store , search for Nuke Reddit History .

- Click on Add to Chrome option to install the extension.

- Click on Add extension from the pop-up.

- Click on the Extensions icon from the toolbar and click on the Nuke Reddit History extension, as shown below.
