this post was submitted on 27 Jun 2023
145 points (98.7% liked)
Technology
59107 readers
5344 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yep you can just edit all comments without deleting. I used to use the original version, but it didn't work this last time due to their rate-limiting. Using that forked version with the delay worked, but it took a long time.
Good to know, I got both versions downloaded here but still didn't try using it. I'll give them a read to see if they have the option to use a set of sentences I give it instead of turning every message into the same one so it won't trip reddit's filters or something (or maybe I can implement it if I have the time).
Just to be sure we're on the same page, here's the forked / working version I used recently: https://github.com/pkolyvas/PowerDeleteSuite/
It doesn't require a download, it's just a Javascript bookmark that you put on the bookmarks bar, and click to run.
Yeah, this is the fork I've got. I cloned the repo to read it and check how it does its thing. It's just that I've been trying to get into the habit of checking small projects to see how people outside my work code (and to be more responsible with running random scripts)