Use regular expressions, one per line.
Lines starting with a #
will be ignored.
For example, /weeaboo/i
will filter posts containing the string `weeaboo
`, case-insensitive.
- You can use these settings with each regular expression, separate them with semicolons:
- Per boards, separate them with commas. It is global if not specified.
For example:boards:a,jp;
. - Filter OPs only along with their threads (`only`), replies only (`no`, this is default), or both (`yes`).
For example:op:only;
,op:no;
orop:yes;
. - Overrule the `Show Stubs` setting if specified: create a stub (`yes`) or not (`no`).
For example:stub:yes;
orstub:no;
. - Highlight instead of hiding. You can specify a class name to use with a userstyle.
For example:highlight;
orhighlight:wallpaper;
. - Highlighted OPs will have their threads put on top of board pages by default.
For example:top:yes;
ortop:no;
.