Patterns
-
- Matching whole words:
craft
— will match "craft" but not "minecraft" or "diablocraft".
-
- AND operator:
detachable hats
— will match teasers containing the words "detachable" AND "hats".
-
- OR operator:
gsl|starcraft|sc2
— matches "gsl" OR "starcraft" OR "sc2"
-
- Mixing both operators:
sanae|ohana pure
— matches "pure" AND "sanae", or "pure" AND "ohana"
-
- Exact match search:
"until you like it"
— place double quotes around the pattern to search for an exact string
-
- Wildcards:
*sankaku*
— this can find threads contaning links to sankakuidolm*ster
— can match idolmaster or idolm@ster, etc...
-
- Filtering by name or tripcode:
- Prefix the pattern with # to search inside the author field:
#!!3n8yyKtTvbU
— matches SHiN !!3n8yyKtTvbU or Ayano Sugiura !!3n8yyKtTvbU, etc...#Ayano
— matches Ayano or Ayano Sugiura or Ayano Sugiura !!3n8yyKtTvbU, etc...#
— this will match all non-anonymous threads.
-
- It is also possible to filter by regular expression:
- The
.
won't match newline characters, use[\s\S]
instead. /^(?=[\s\S]*detachable)(?=[\s\S]*hats)[\s\S]*$/i
— AND operator./^(?![\s\S]*touhou)[\s\S]*$/i
— NOT operator./^>/
— threads starting with a quote (">" character as an html entity)./^$/
— threads with no text.
Controls
- On — enables or disables the filter.
- Boards — space separated list of boards on which the filter will be active. Example:
a jp tg
- Hide — hides matched threads.
- Pin — puts matched threads on top of the list.
- Strict — when available, Highlight filters can match against additional auto-generated tags. This option disables such behaviour and makes the filter only search inside the subject, comment and filename fields. Hide filters are always "strict".
Close
Settings
Options
- — Magnify small thumbnails.
- — Disable keybinds.
- — Don't spoiler images.
- — Wide layout.
- — Always show last replies in tooltips.
- — Always keep stickies on top.
- — Use simple search as default search mode.
Sync
- Manage
Shortcuts
- R — Refresh current page.
- X — Reorder threads.
- T — Show/Hide pinned threads.
- A — Toggle archive redirection.
- S — Open search box.
- Esc — Close search box.
- Tab — Toggle full thread search.
- Ctrl + hover thumbnail — Show last replies in tooltips.
- Shift + LMB on thumbnail — Hide thread.
- Alt + LMB on thumbnail — Pin thread.
Custom Menu
Limit the main menu to the following boards
Stylesheet
Custom CSS
Save Close