this post was submitted on 27 Jun 2023
145 points (98.7% liked)

Technology

58094 readers
3168 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Some of Reddit’s most popular communities have posted open letters to the company with a series of requests regarding many key issues at the heart of the recent protests on the platform. They want a response by June 29th.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 year ago (1 children)

Yeah, reddit is restoring bulk edits made using the api but you can still go to your user profile, sort by top scoring comments, and manually change your top 10-20 comments

[–] [email protected] 0 points 1 year ago (1 children)

I used PowerDeleteSuite on mine and the edits are staying in place so far

[–] [email protected] 1 points 1 year ago (1 children)

So you used it to only edit instead of delete? If it's possible I might give it a shot

[–] [email protected] 0 points 1 year ago (1 children)

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.

[–] [email protected] 0 points 1 year ago (1 children)

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).

[–] [email protected] 0 points 1 year ago (1 children)

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.

[–] [email protected] 1 points 1 year ago

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)