Skip to content

Instantly share code, notes, and snippets.

@jvz
Created July 24, 2013 21:37
Show Gist options
  • Save jvz/6074811 to your computer and use it in GitHub Desktop.
Save jvz/6074811 to your computer and use it in GitHub Desktop.
4chan X comment filter
# general filters
/^[^a-z0-9]+$/ # all caps posts
/wikipedia.org\/.*4chan/i;stub:no
# global cancer
/^sage/i
/rebbit|le(dd|bb)it/i
#/reddit\.com/i
# /pol/ shitpost filters
#/varg/i;op:only;stub:no;boards:pol
/grow out of/i;op:only;stub:no;boards:pol
/what is your opinion on/i;op:only;stub:no;boards:pol
#/punk music/i;op:only;stub:no;boards:pol
/master ?race/i;op:only;stub:no;boards:pol
#/Do YOU speak three languages/i;op:only;stub:no;boards:pol
#/Why aren't you making money/i;op:only;stub:no;boards:pol
/dailymail/i;op:only;stub:no;boards:pol
#/Daily Reminder/i;op:only;stub:no;boards:pol
/\/pol\//i;op:only;stub:no;boards:pol
/:\^\)/;stub:no;boards:pol
/^$/;op:only;stub:no;boards:pol,b
/prove me wrong/i;op:only;stub:no;boards:pol
/jidf/i;boards:pol
/degenerate/i;op:only;stub:no;boards:pol
/fedora/i;op:only;stub:no;boards:pol
#/banana/i;op:only;stub:no;boards:pol
/actually believe/i;op:only;stub:no;boards:pol
/misogynist|feminis[mt]/i;op:only;stub:no;boards:pol
/patriarchy/i;op:only;stub:no;boards:pol
/weenie/i;op:only;stub:no;boards:pol
/amerifat/i;op:only;stub:no;boards:pol
/britbong/i;op:only;stub:no;boards:pol
/yuro/i;op:only;stub:no;boards:pol
/stormfag/i;op:only;stub:no;boards:pol
/cumskin/i;op:only;stub:no;boards:pol
/red[- ]?pill/i;op:only;stub:no;boards:pol
# /b/ cancer
/risk thread/i;op:only;stub:no;boards:b
/baw+/i;boards:b;op:only;stub:no
/pastebin/i;boards:b;stub:no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment