Skip to content

Instantly share code, notes, and snippets.

View vedantlavale's full-sized avatar
👻
I ship faster

Vedant vedantlavale

👻
I ship faster
View GitHub Profile
@vedantlavale
vedantlavale / deleteCommetsReddit.js
Last active November 1, 2025 04:07
Reddit Comment Deletion Script (for Old Reddit)
/**
Reddit Comment Deletion Script (for Old Reddit)
This script is designed to be run in your browser's developer console on your Old Reddit user comments page (e.g., https://old.reddit.com/user/me/comments). It automates the process of clicking the "delete" link for each comment, confirming the deletion, and then navigating to the next page of comments.
Disclaimer: Use this script at your own risk. Automating actions on Reddit may be against their terms of service. Be aware that this will permanently delete your comments. This script is intended for the old.reddit.com interface and will not work on the redesigned site.
* Deletes all visible comments on the current Old Reddit comments page
* and then navigates to the next page.
*