NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
KEYWORD
will highlight all galleries having KEYWORD
in the title (regular expression supported):TAG
(notice the colon) will highlight all galleries having TAG
in the tag flags (regular expression supported)/COLOR
at the end of the line will highlight the gallery using the specified colorenglish
: highlights all galleries having "english" in the title using the default highlight colortouhou/blue
: highlights all galleries having "touhou" in the title using the color blueenglish/#00ff00
: highlights all galleries having "english" in the title using the color green (hex notation)\beng(lish)?\b
: highlights all galleries having a title that matches the regular expression provided. \beng(lish)?\b
matches (eng)
, [eng]
, {eng}
, (english)
, [english]
, {english}
, etc.:big breasts
: highlights all galleries having a tag flag containing the keyword "big breasts" using the default highlight color:big breasts/red
: highlights all galleries having a tag flag containing the keyword "big breasts" using the color redFormat used by highlighting lines:
MAIN FILTER[!TITLE EXCLUSIONS][;TAG EXCLUSIONS][/COLOR]
MAIN FILTER
: A regular expression used to identify potential matches. A colon at the start of the MAIN FILTER
indicates that the matching should be performed on gallery tag flags instead of gallery titles;TITLE EXCLUSIONS
: A regular expression used to exclude previously matched galleries. TITLE_EXCLUSION
, as you might have guessed, is only checked against gallery titles;TAG EXCLUSIONS
: Similar to TITLE_EXCLUSIONS
, used to exclude previously matched galleries. Yes, TAG_EXCLUSIONS
are only checked against gallery tag flags;COLOR
: The color to highlight the gallery with if the matching is successfull.TITLE_EXCLUSIONS
and TAG_EXCLUSIONS
are OR-ed together.
english!digital/red
: highlight all galleries with "english" in the title using the color red, but exclude galleries with "digital" in the title;english;anthology/blue
: highlight all galleries with "english" in the title using the color blue, but exclude galleries with an "anthology" tag flag;:big breasts;crossdressing
: highlight all galleries with a "big breasts" tag flag using the default color, but exclude galleries with a "crossdressing" tag flag;:big breasts!digital;anthology/green
: highlight all galleries with a "big breasts" tag flag using the color green, but exclude galleries with "digital" in the title OR with an "anthology" tag flag.
KEYWORD
will filter all galleries having KEYWORD
in the title (regular expression supported):TAG
(notice the colon) will filter all galleries having TAG
in the tag flags (regular expression supported)sample
: filters all galleries having "sample" in the titlesample/blue
: same as above (color information is discarded as it's not meaningful for filters):netorare
: filters all galleries having a tag flag containing the keyword "netorare"Rating: 0