1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// imported from r/mealtimevideos/wiki/contextmod
{
"name": "low-effort-repost-guard",
"kind": "submission",
"rules": [
{ "kind": "recentActivity",
"window": "14d",
"thresholds": [{ "count": 3, "sub": "$host" }] },
{ "kind": "repeatActivity",
"useSubmissionAsReference": true,
"threshold": ">= 2" }
],
"actions": [
{ "kind": "remove" },
{ "kind": "comment",
"content": "wiki:removal/repost" }
]
}