Filter
is disabled.
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.
MD5 and Unique ID filtering use exact string matching, not regular expressions.
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. Use
sfw
and nsfw
to reference all worksafe or not-worksafe boards.
For example: boards:a,jp;
.
To specify boards on a particular site, put the beginning of the domain and a slash character before the list.
Any initial www.
should not be included, and all 4chan domains are considered 4chan.org
.
For example: boards:4:a,jp,sama:a,z;
.
An asterisk can be used to specify all boards on a site.
For example: boards:4:*;
.
-
Select boards to be excluded from the filter. The syntax is the same as for the
boards:
option above.
For example: exclude:vg,v;
.
-
Filter OPs only along with their threads (`only`) or replies only (`no`).
For example: op:only;
or op:no;
.
-
Filter only posts with files (`only`) or only posts without files (`no`).
For example: file:only;
or file:no;
.
-
Overrule the `Show Stubs` setting if specified: create a stub (`yes`) or not (`no`).
For example: stub:yes;
or stub:no;
.
-
Highlight instead of hiding. You can specify a class name to use with a userstyle.
For example: highlight;
or highlight:wallpaper;
.
-
Highlighted OPs will have their threads put on top of the board index by default.
For example: top:yes;
or top:no;
.
-
Show a desktop notification instead of hiding.
For example: notify;
.
-
Filters in the "General" section apply to multiple fields, by default
subject,name,filename,comment
.
The fields can be specified with the type
option, separated by commas.
For example: type:@{filterTypes};
.
Types can also be combined with a +
sign; this indicates the filter applies to the given fields joined by newlines.
For example: type:filename+filesize+dimensions;
.