|
1 | 1 | checks: |
2 | | - - name: Flair OF submitters |
3 | | - description: Flair submission as OF if user does not have Verified flair and has |
4 | | - certain keywords in their profile |
5 | | - kind: submission |
6 | | - rules: |
7 | | - - name: Exclude verified submitters |
8 | | - kind: author |
9 | | - exclude: |
10 | | - - flairCssClass: |
11 | | - - verified |
12 | | - - name: OnlyFans strings in description |
13 | | - kind: author |
14 | | - include: |
15 | | - - description: |
16 | | - - "/(cashapp|allmylinks|linktr|onlyfans.com)/i" |
17 | | - - "/(see|check|my|view) (out|of|onlyfans|kik|skype|insta|ig|profile|links)/i" |
18 | | - - my links |
19 | | - - "$" |
20 | | - actions: |
21 | | - - name: Set OnlyFans user flair |
22 | | - kind: userflair |
23 | | - flair_template_id: put-your-onlyfans-user-flair-id-here |
24 | | - - name: Set OF Creator flair |
25 | | - kind: flair |
26 | | - flair_template_id: put-your-onlyfans-post-flair-id-here |
27 | | - - name: Flair posts of OF submitters |
28 | | - description: Flair submission as OnlyFans if submitter has OnlyFans userflair (override post flair set by submitter) |
29 | | - kind: submission |
30 | | - rules: |
31 | | - - name: Include OF submitters |
32 | | - kind: author |
33 | | - include: |
34 | | - - flairCssClass: |
35 | | - - onlyfans |
36 | | - actions: |
37 | | - - name: Set OF Creator flair |
38 | | - kind: flair |
39 | | - flair_template_id: put-your-onlyfans-post-flair-id-here |
| 2 | + - name: Flair OF submitters |
| 3 | + description: Flair submission as OF if user does not have Verified flair and has |
| 4 | + certain keywords in their profile |
| 5 | + kind: submission |
| 6 | + authorIs: |
| 7 | + exclude: |
| 8 | + - flairCssClass: |
| 9 | + - verified |
| 10 | + rules: |
| 11 | + - name: OnlyFans strings in description |
| 12 | + kind: author |
| 13 | + include: |
| 14 | + - description: |
| 15 | + - '/(cashapp|allmylinks|linktr|onlyfans\.com)/i' |
| 16 | + - '/(see|check|my|view) (out|of|onlyfans|kik|skype|insta|ig|profile|links)/i' |
| 17 | + - my links |
| 18 | + - "$" |
| 19 | + actions: |
| 20 | + - name: Set OnlyFans user flair |
| 21 | + kind: userflair |
| 22 | + flair_template_id: put-your-onlyfans-user-flair-id-here |
| 23 | + - name: Set OF Creator SUBMISSION flair |
| 24 | + kind: flair |
| 25 | + flair_template_id: put-your-onlyfans-post-flair-id-here |
| 26 | + - name: Flair posts of OF submitters |
| 27 | + description: Flair submission as OnlyFans if submitter has OnlyFans userflair (override post flair set by submitter) |
| 28 | + kind: submission |
| 29 | + rules: |
| 30 | + - name: Include OF submitters |
| 31 | + kind: author |
| 32 | + include: |
| 33 | + - flairCssClass: |
| 34 | + - onlyfans |
| 35 | + actions: |
| 36 | + - name: Set OF Creator SUBMISSION flair |
| 37 | + kind: flair |
| 38 | + flair_template_id: put-your-onlyfans-post-flair-id-here |
0 commit comments