4chan-x icon indicating copy to clipboard operation
4chan-x copied to clipboard

Filter replies only when OP contains a certain keyword

Open ccd0 opened this issue 9 years ago • 2 comments

https://boards.4chan.org/g/thread/57487357#p57489337

Is there a good way to filter certain comments only if the OP has a certain keyword?

later in thread:

I want to filter shitpost from certain /vg/ generals, for example "waifu" in /feg/, "spoonfeed" in /mcg/ and "steamgroup" in /gsg/.

ccd0 avatar Nov 13 '16 19:11 ccd0

A workaround until something like this is implemented:

Put this in subject filters: /\/feg\//;highlight:feg;top:no and this in comment filters: /waifu/i;highlight:feg-hide;top:no and this in custom CSS: .feg ~ .feg-hide {display: none;}

This is only a partial workaround as replies to these posts won't be recursively hidden.

ccd0 avatar Nov 13 '16 19:11 ccd0

Old issue but still worth asking: any chance we'll ever see this implemented? It could be added as an additional setting asking for a regex rule like thread: or subject: or op-has:

Example: boards:4:vg;op:no;thread:/\/xivg\//i;/zeev/i

ghost avatar Aug 11 '22 16:08 ghost