How to Delete Comments on Reddit - 1
  • 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

  1. Open the Reddit app on your Android phone.

Note : Make sure you are logged into your Reddit account.

  1. Tap on your Avatar icon from the top right corner, as shown.

  2. Tap on My profile .

Tap on My profile - 2 tap on Comments - 3
  1. Now, tap on the target comment you wish to delete.

  2. Tap on the three-dotted icon .

  3. Tap on Delete .

  4. Finally, select Delete from the confirmation popup to confirm your decision.

tap Delete | How to Delete Comments on Reddit - 4

Also Read : Time for Clean Up: How to Delete Reddit Inbox

Method 2: Via Reddit Website

  1. Navigate to the official Reddit website in your PC/laptop browser.

  2. Click on Log In .

  3. Enter your Username and Password and click on LOG IN .

  4. Click on the Profile icon from the top right corner of your dashboard.

  5. Click on the Profile option from the drop-down menu.

Choose Profile from the drop-down menu - 5 click on COMMENTS - 6
  1. Now, click on the three-dotted icon present next to the comment you wish to delete.

  2. Click on Delete .

Click on Delete - 7

Method 3: In Bulk from Old Reddit Website

  1. Go to the old Reddit website .

  2. Click on your Reddit username from the top right corner.

Click on your username  - 8
  1. Press Ctrl + Shift + I keys simultaneously to open Developer tools .

  2. Click on Console , as shown below.

Click on Console | How to Delete Comments on Reddit - 9
  1. 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.

  1. In the Chrome Web Store , search for Nuke Reddit History .
Nuke Reddit History extension |  - 10
  1. Click on Add to Chrome option to install the extension.
Click on Add to Chrome option to install the extension - 11
  1. Click on Add extension from the pop-up.
Click on Add extension from the pop-up - 12
  1. Click on the Extensions icon from the toolbar and click on the Nuke Reddit History extension, as shown below.
Click on the Extensions icon from the toolbar and click on the Nuke Reddit History extension - 13 click on Overwrite and Delete All My Comments - 14