This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| 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. | |
| * |