Reddit Comments Overkill
Install

Reddit Comments Overkill logo

A browser userscript that automatically deletes all your Reddit comments. It's designed to be reliable and respect Reddit's rate limits while ensuring complete coverage of your comment history. Reddit has a lot of protections in place to throttle requests. This script does NOT try to be the fastest but instead tries to ensure ALL comments will eventually be gone without requiring user interaction.

Why

Reddit has recently stopped issuing app tokens for users, further restricting direct API use. This means existing scripts, apps, and browser extensions that rely on the API are no longer likely to work. This script uses web scraping from your own browser to delete comments. No API tokens needed.

Reddit Comments Overkill screenshot

Features

Installation

Step-by-Step Guide

  1. Install a userscript manager (if you don't have one):

  2. Install the script:

    • Click on the reddit-comments-overkill.user.js file in this repository
    • Click the "Raw" button to view the raw script
    • Your userscript manager should prompt you to install it — if it doesn't, copy the entire script content (Ctrl+A, Ctrl+C), open your userscript manager's dashboard, create a new script, paste, and save (Ctrl+S)
  3. Verify installation:

    • Go to your Reddit user comments page on old Reddit (see Usage below)
    • You should see a "Reddit Comments Overkill" button in the bottom-right corner

Usage

  1. Navigate to your Reddit user comments page on old Reddit (the new Reddit UI is not supported):

Direct install link: https://github.com/xpufx/reddit-comments-overkill/raw/refs/heads/main/reddit-comments-overkill.user.js

  1. Click the "Start Deleting" button in the bottom-right corner

  2. A confirmation modal will appear where you can configure:

    • Days to preserve (default: 10)
    • Dot preservation toggle (default: enabled)
    • X means delete toggle (default: disabled)
    • Dry-run mode toggle (default: disabled)
  3. The script will:

    • Begin deleting comments starting from the current page's sort
    • Process all 4 sort types automatically (new → hot → top → controversial)
    • Show progress in browser console
    • Handle rate limits and pagination automatically
    • Preserve recent comments and dot-marked comments based on your settings
    • Force-delete x-marked comments if enabled
  4. To stop the process, click "Stop Deleting" (button turns red when running)

Configuration

Most settings can be configured in the confirmation modal when you click "Start Deleting":

For advanced configuration (rate limits, delays, sort order), edit the CONFIG section at the top of the script file.

Troubleshooting

Script not starting

Comments not being deleted

Contributing

  1. Not at this time

AI Authorship Disclosure

Please note that a significant portion of this codebase, including its core logic and structure, has been generated by an AI. The functionality has been manually tested using Violentmonkey.

License

This project is licensed under the GNU General Public License v2.0 (GPL v2).

Copyright (C) 2025 xpufx

Disclaimer

This script modifies your Reddit account by permanently deleting comments. Use at your own risk. The authors are not responsible for any data loss or account issues. Always consider the implications of bulk deleting your comment history.