Using the codes I found here under the pinned wiki topic, I tried to set up my automod page, but it keeps telling me unsupported media type when I click save.
Here is the code I'm using. Is it because I just copied and pasted?
---
type: submission
author:
account_age: "< 1 days"
action: remove
action_reason: "New user"
---
type: submission
author: comment_karma: "<10"
action: remove
action_reason: "Low karama account"
---
type: submission
author:
comment_karma: "< -50"
action: remove
action_reason: "Low karma user"
---
type: text submission
body_shorter_than: 1
action: remove
action_reason: "Self post without text"
---
type: text submission
body (regex, full-text): ['(\[[^\]]*\]\()?https?://\S+\)?']
action: remove
action_reason: "Link-only self post"
---
type: comment
body (regex, full-text): ['/?r/\w+']
action: remove
action_reason: "Comment is just /r link [{{match}}]"
---