Skip to content

Instantly share code, notes, and snippets.

@creesch
Created July 24, 2013 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creesch/bd0c7a4e892a8093e78e to your computer and use it in GitHub Desktop.
Save creesch/bd0c7a4e892a8093e78e to your computer and use it in GitHub Desktop.
## Entire generic/low-effort comments
---
type: comment
body: ["this", "fixed", "ftfy", "go on", "shut up and take my money", "what happened here", "w[au]t", "wtf", "n+o{2,}", "fuck (that|this|you|off)", "no shit,? sherlock", "so brave", "I (see|c) (what|wat|wut) (you|u) did there", "we did it,? reddit", "relevant username", "\\W*"]
modifiers: [full-text, regex]
ignore_blockquotes: true
action: remove
## Short comments (under 50 characters) which include a key phrase
---
type: comment
# Use ^ at the start to specify the comment must start with the phrase
# Use $ at the end to specify the comment must end with the phrase
body: ["^good guy", "^nice try", "^TIL", "^classic", "^scumbag", "bravery", "bullshit", "to the top", "came here to", "(you|u|he) mad", "cool story", "up ?voted?", "down ?voted?", "cake ?day", "love you", "god'?s work", "for science", "nothing of value", "dat", "dae", "OP is", "hitler", "literally", "front page"]
body+body: ".{0,50}"
modifiers:
body: regex
body+body: [full-text, regex]
ignore_blockquotes: true
action: remove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment