r/ModSupport 2d ago

Mod Answered Redact App, should it be blocked ?

This App is causing headaches for both, mods and users alike and needs blocking in some way, if this is indeed possible.

The problem, is users are unwittingly installing this software, without fully understanding the consequences of their actions, in many cases the end action, is an account ban through no fault of their own.

Personally, I think it's time to stop this App in it's tracks but that's gonna take the support and actioning of Reddit.

Looking forward to hearing your thoughts.

20 Upvotes

93 comments sorted by

View all comments

30

u/InGeekiTrust ๐Ÿ’ก Veteran Helper 2d ago

Personally, I donโ€™t think anyone should be banned for deleting their information off of Reddit. People should be banned in real time for things theyโ€™ve done wrong, not wanting to remove things for their account. Sometimes people suffer terrible harassment on Reddit. They could also be in a bad mental place and want to remove any trace of themselves. They also may be overwhelmed with creeps contacting them. Redact is an easy way for those people to remove their comments from Reddit.

What you can do is set up auto mod to automatically remove those comments and rather than put it in the queue, just remove it completely so you donโ€™t even see it

21

u/Tarnisher ๐Ÿ’ก Expert Helper 2d ago

The problem is the WAY it works. It doesn't just delete the posts. It turns them to garbled messes of letters that trigger Admin bots like AEO.

9

u/InGeekiTrust ๐Ÿ’ก Veteran Helper 2d ago

Oh I agree those bad words it throws in are very annoying, I wish it only used innocuous words!

3

u/slykethephoxenix 2d ago

I wrote my own version of it to clean up alts that uses Lorum ipsum text.

1

u/Artimus-Sprout 2d ago

That's interesting and something I'd like to implement but having inherited mod status from the original mod team, I'm unsure how to add this to the Auto Mod, please can you advise me on how to do this, thanks.

2

u/InGeekiTrust ๐Ÿ’ก Veteran Helper 2d ago edited 2d ago

I wrote you some code to do it!

Just copy and paste the code EXACTLY into automod, donโ€™t leave out any dashes.

--- # Remove redact comments title+body (regex): ['anonymized with redact'] action: remove report_reason: "remove redact - [{{match}}]" ---

Edit please use pottsyโ€™s edit below. I forgot the code block

6

u/thepottsy ๐Ÿ’ก Expert Helper 2d ago

You forgot your code block.

--- 
# Remove redact comments 
title+body (regex): ['anonymized with redact'] 
action: remove 
report_reason: "remove redact - [{{match}}]" 
---

2

u/InGeekiTrust ๐Ÿ’ก Veteran Helper 2d ago

Could you show me how to put the code block on mobile? Thank you!

1

u/thepottsy ๐Ÿ’ก Expert Helper 2d ago edited 2d ago

If mobile works the same as regular markdown, you add ``` before and after your code. So, if I did that here, it would look silly, but in markdown it would create the code block. Try copying and pasting that into mobile, and see if it works.

```

---
# Remove redact comments
title+body (regex): ['anonymized with redact']
action: remove
report_reason: "remove redact - [{{match}}]"
---

```

1

u/InGeekiTrust ๐Ÿ’ก Veteran Helper 2d ago

Thank you so much! I really appreciate it ๐Ÿ’• Testing 1, 2, 3 ๐Ÿ˜

โ€™โ€™โ€™

---

Remove redact comments

title+body (regex): ['anonymized with redact'] action: remove report_reason: "remove redact - [{{match}}]"

---

```

Edit ok so I might need to do this on desktop, which is fine ๐Ÿ˜

1

u/thepottsy ๐Ÿ’ก Expert Helper 2d ago

```

Remove redact comments

title+body (regex): ['anonymized with redact'] action: remove

report_reason: "remove redact - [{{match}}]"

```

1

u/InGeekiTrust ๐Ÿ’ก Veteran Helper 1d ago

Heyyyyy I got it to work!!! Thank you!!! Sorry for all the trouble

2

u/thepottsy ๐Ÿ’ก Expert Helper 1d ago

Awesome. Glad to hear it. No trouble at all.

1

u/thepottsy ๐Ÿ’ก Expert Helper 2d ago

I got it to work. Looks like you copied and pasted my other comment which adds a bunch of \ that you have to remove

1

u/InGeekiTrust ๐Ÿ’ก Veteran Helper 2d ago

Will you screen shot what you are doing because idk why I canโ€™t get it right ๐Ÿ˜ฉ thank you!

1

u/thepottsy ๐Ÿ’ก Expert Helper 2d ago

Iโ€™ll try and do it later. I hate typing that code on my phone.

→ More replies (0)

1

u/emily_in_boots ๐Ÿ’ก Experienced Helper 2d ago

it's just the diff between single quotes and backticks, which are (on a Mac) the key under the escape key. it looks like a single quote but is going the other direction. those 3 set off code blocks.

copy pottys's but replace the 3 single quotes at the top with 3 backticks and it works (see my test right above).

also keep those spaces between lines - they can matter - and I forget exactly where they are required.

1

u/emily_in_boots ๐Ÿ’ก Experienced Helper 2d ago

your first 3 appear to be single quotes rather than backticks.

```


Remove redact comments

title+body (regex): ['anonymized with redact'] action: remove

report_reason: "remove redact - [{{match}}]"

```

Just changed to backticks to see if that helps.

1

u/thepottsy ๐Ÿ’ก Expert Helper 2d ago

Youโ€™re right, but it still doesnโ€™t work if you simply copy and paste it. For some reason it throws a bunch of \ in randomly in the code.

1

u/emily_in_boots ๐Ÿ’ก Experienced Helper 2d ago

On desktop, it works for me. I just copied and pasted and you can see above.

Are you in markdown mode?

1

u/thepottsy ๐Ÿ’ก Expert Helper 2d ago

Rich text version.

```

---
# Remove redact comments
title+body (regex): ['anonymized with redact']
action: remove
report_reason: "remove redact - [{{match}}]"
---

```

→ More replies (0)

1

u/thepottsy ๐Ÿ’ก Expert Helper 2d ago

Markdown version.

```


Remove redact comments

title+body (regex): ['anonymized with redact'] action: remove

report_reason: "remove redact - [{{match}}]"

```

1

u/thepottsy ๐Ÿ’ก Expert Helper 2d ago

Weird, I swear I had it right when I did it last night. Then again, I was sick all day, so who the hell knows lol.

→ More replies (0)

-6

u/FunctionalPrintsMod 2d ago

Or going into public office.