And when one account get banned, i login to my other account to get banned for “trying to evade” a ban

    • cryball@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      13
      ·
      1 year ago

      One could just mass edit all their comments to contain some garbage with power delete suite. Of course they would have to hurry, as that relies on the reddit api for making the edits.

      • TWeaK@lemm.ee
        link
        fedilink
        English
        arrow-up
        9
        ·
        1 year ago

        PowerDeleteSuite only gets the comments shown in your profile, which is limited to 1000 comments in each list: New, Top, Hot & Controversial. You need to do a data request which contains CSV files with links to all your comments, then you can feed that into something like shreddit, in order to get everything.

        • cryball@sopuli.xyz
          link
          fedilink
          English
          arrow-up
          4
          ·
          1 year ago

          If one was to delete the top 1000 comments, then would the older ones be visible?

          I had separate accounts for pretty much every community, so they didn’t have too many comments.

          • TWeaK@lemm.ee
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            1 year ago

            No, the list will appear empty.

            At least, until reddit restores some of the comments some time later. That’s also been happening a few times over.

            I wouldn’t hurry to delete your account, so that you can supervise this.

            Edit: if your accounts have fewer than 1000 comments each then you’d probably see everything on your profile page.

            • cryball@sopuli.xyz
              link
              fedilink
              English
              arrow-up
              2
              ·
              1 year ago

              My accounts only had a couple of hundred posts each, so that didn’t turn out to be an issue. I haven’t yet deleted them, but the edited comments haven’t been restored after a week or so.

              • TWeaK@lemm.ee
                link
                fedilink
                English
                arrow-up
                2
                ·
                1 year ago

                That’s good then. I’ve had comments popping up in the different lists over time. I either ran PDS again or just manually edited them.

                I haven’t seen anything restored from the GDPR files I used with shreddit, but then I’ve only grabbed a handful out of something like 76,000 comments over 12 years.

          • Saik0@lemmy.saik0.com
            link
            fedilink
            English
            arrow-up
            1
            arrow-down
            1
            ·
            1 year ago

            Yes. For instance using a tool like Redact you can mass delete ALL requests as it simply pulls a new 1000 comments since it deleted the last 1000.

            • TWeaK@lemm.ee
              link
              fedilink
              English
              arrow-up
              3
              ·
              1 year ago

              That’s not what I’ve seen. You run PDS, it deletes each 1,000 comment list, then the list appears empty.

              • Saik0@lemmy.saik0.com
                link
                fedilink
                English
                arrow-up
                2
                arrow-down
                1
                ·
                1 year ago

                Okay? I don’t know what PDS is… so I definitely don’t run it. I have absolutely deleted more than 1000 items in one go. The app can run delete the first 1k then pull the next 1k automatically in the same singular button press. If you’re app isn’t doing it, then I would presume it’s poorly coded. Here’s a screenshot example of me deleting >2000 items in one go.

                https://cloud.saik0.com/s/jcXewsLYQRSHXCT/download/Signal_VUIEMCUac4.png

                • TWeaK@lemm.ee
                  link
                  fedilink
                  English
                  arrow-up
                  2
                  ·
                  1 year ago

                  PDS is PowerDeleteSuite, which is the one most people seem to know about.

                  There are 4 lists on your profile, New, Top, Hot and Controversial. Each of these has a 1,000 comment limit, so while there may be some overlap you can access well over 1,000 comments from your profile.

                  For me, the easy ones to find that it missed were my replies underneath some of my older top comments. The top comment was deleted, but replies underneath with <50 karma remained. These were too old for New, not popular enough for Hot or Top and not Controversial, so they didn’t appear in the lists.

        • BaumGeist@lemmy.ml
          link
          fedilink
          English
          arrow-up
          4
          ·
          1 year ago

          PowerDeleteSuite got 1495 of my comments. Double checked from multiple devices while logged out, it definitely worked

          • さようなら@lemmy.ml
            link
            fedilink
            English
            arrow-up
            4
            ·
            1 year ago

            Same experience here with 2k+ comments processed, but I did use one of the forks that waits 5s between each edit/deletion to avoid getting rate-limited

            • cryball@sopuli.xyz
              link
              fedilink
              English
              arrow-up
              4
              ·
              edit-2
              1 year ago

              Alternative to using a forked version is to use inbuilt browser dev tools to throttle the connection within a tab. In firefox eg: ctrl+shift+c -> network->throttling. That way it can’t flood the server with requests.

              BTW: where did you find the fork?

              • さようなら@lemmy.ml
                link
                fedilink
                English
                arrow-up
                3
                ·
                1 year ago

                That sounds useful, built-in stuff is nice, although I don’t know for what else I could use it lol anyway I didn’t know about that, so thanks!

                In the early days after people started noticing that some comments weren’t being edited/deleted I stumbled upon a comment, don’t remember whether on here on on Reddit, that suggested using this fork.

                Here’s the link https://github.com/pkolyvas/PowerDeleteSuite

          • TWeaK@lemm.ee
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            Yes, because there will be older comments that aren’t in your New list but are in the other lists. However, if you’d saved a link to one of your older Top comments, you’d probably find there are still replies of yours underneath with low but positive karma.

      • Duamerthrax@lemmy.ml
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 year ago

        I’m thinking, instead of mass deleting/mass editing, which would be easily detectable and reversed, manually editing high value comments like tech support or consumer advice.

  • InternetPirate@lemmy.fmhy.ml
    link
    fedilink
    arrow-up
    22
    ·
    1 year ago

    You don’t want to delete your account until you are absolutely certain that your content will remain permanently deleted, as it appears that they are restoring deleted content.

    • Saik0@lemmy.saik0.com
      link
      fedilink
      English
      arrow-up
      9
      ·
      1 year ago

      This… My worry is that they will revert my data AFTER the api calls. I’m not keen on deleting thousands of comments by hand. Remember that after the API changes all those tools will become unavailable.

        • Saik0@lemmy.saik0.com
          link
          fedilink
          English
          arrow-up
          4
          ·
          1 year ago

          A tool being a script doesn’t mean it’s not using API calls. Although I suppose an autoit script could be used to find delete buttons on a screen. Still a pain in the butt rather than just using the API calls.

          • boff@lemmy.one
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            Clicking the delete button on the website just makes your browser send API calls (albeit maybe a different, private API than other scripts may use)

  • Sigma@lemmy.ml
    link
    fedilink
    arrow-up
    13
    arrow-down
    2
    ·
    1 year ago

    i got my account banned and then i kept sending harassing messages via appeals. the last one was “i hope you have to suck dick for food when reddit goes public and the stock price drops” and next thing i know my permanent ban was removed.

  • gylotip@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    This is a horrible idea. Please don’t do that. Trust me, you will regret it.

    • Icarus@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      can you elaborate ? not saying you’re wrong, just want to understand what you mean.

      • TWeaK@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        One downside is that you have no control over your content when banned and using new reddit. If you load your profile in new reddit, it shows nothing, regardless of whether you’re logged in.

        Right now you can go into old reddit and still edit/delete your comments. However it’s likely that reddit will kill old reddit on 1 July, if not before long after. After that it will be very difficult for banned users to control their content.

  • Paolo Amoroso@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I’m curious why. What are the advantages of having an account banned over deleting or abandoning it?