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.

  • @c2h6
    link
    English
    71 year ago

    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

    • @RaoulDook
      link
      English
      11 year ago

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

      • Marxine
        link
        English
        11 year ago

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

        • @RaoulDook
          link
          English
          21 year ago

          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.

          • Marxine
            link
            English
            11 year ago

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

            • @RaoulDook
              link
              English
              21 year ago

              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.

              • Marxine
                link
                English
                21 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)