Hello! This is a fork of Power Delete Suite from https://github.com/j0be/PowerDeleteSuite.
I hated that it stopped work when it encountered an error. I needed a solution that would just run without a dialogue pausing progression. So I added a "skip errors" option. Also, I wanted the UI to be clear about whether edits would include garbage content or custom content. So I added clarity to the associated options. I also added what I think are good defaults for the first use.
I would have done a pull request to the original project, but I was impatient and wanted the changes implemented immediatelty. Sorry!
Click on the name of your browser below to expand the instructions. When you get to the step that refers to pasting code, this is the code to copy and paste:
javascript:(function() { window.bookmarkver = '1.4'; var isReddit = document.location.hostname.split('.').slice(-2).join('.') === 'reddit.com'; var isOverview = !! document.location.href.match(/\/overview\b/i); if (isReddit && isOverview) { var cachBustUrl = 'https://raw.githubusercontent.com/usatony/PowerDeleteSuite/master/powerdeletesuite.js?' + (new Date().getDate()); fetch(cachBustUrl).then(function(response) { return response.text(); }).then(function(data) { var script = document.createElement('script'); script.id = 'pd-script'; script.innerHTML = data; document.getElementsByTagName('head')[0].appendChild(script); }).catch(function() { alert('Error retrieving PowerDeleteSuite from GitHub'); }); } else if (confirm('This script can only be run from your own user profile on Reddit. Would you like to go there now?')) { document.location = 'https://old.reddit.com/user/me/overview'; } else { alert('Please go to your Reddit profile before running this script'); } })();
Firefox
- Open the Hamburger menu
- Click "Bookmarks"
- Click "Manage Bookmarks"
- Right click on empty space
- Click "Add Bookmark"
- Paste the above code into the URL section
- Click "Save"
Chromium/Chrome
- Go to
chrome://bookmarks/ - Right click on empty space
- Click "Add new bookmark"
- Paste the above code into the URL section
- Click "Save"
Edge
- Press the three dots
- Click "Favorites"
- Click on the star with a plus icon
- Right click the new favorite
- Click "Edit"
- Paste the above code into the URL section
- Click "Save"
Brave
- Go to
chrome://bookmarks - Right click on empty space
- Click "Add new bookmark"
- Paste the above code into the URL section
- Click "Save"
- Go to your account overview.
- Click on the bookmark you made while focused on the account overview tab.
- Adjust settings to your preferences.
- Select only the following options: Remove submissions. Remove comments. Edit comments / self posts. Use random phrases. Remember settings. Skip errors.
- Process.
- After completion, mark your calendar 30 days in the future.
- After the 30 days elapses, return and check only the following options: Remove comments. Remember settings. Skip errors.
- Process.
You can contact me if you would like. I'll try to answer, but I make no guarantees. You might have better luck with the original Power Delete Suite.