From b67d7cf905f2f945a5c467a42243f4c99ed9564b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 24 Jun 2015 18:23:35 -0700 Subject: [PATCH] Add filter example: 10+ quotelinks. --- src/General/Config.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/General/Config.coffee b/src/General/Config.coffee index 894a16d7e..e99b0d75b 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -663,6 +663,8 @@ Config = comment: """ # Filter Stallman copypasta on /g/: #/what you\'re refer+ing to as linux/i;boards:g + # Filter posts with 10 or more quote links: + #/(?:>>\\d(?:(?!>>\\d)[^])*){10}/ """ flag: ''