help:blacklists (locked)
Blacklists are a way to hide posts containing tags you don't want to see.
To edit your blacklist, go to your account settings under My Account >> Settings >> Basic Settings. You'll have to create an account if you don't have one already. In the Blacklisted Tags box, add the list of tags you want to hide.
Blacklisted posts are hidden during searches. When posts are hidden, a Blacklist option will appear in the sidebar showing you how many posts were hidden. You can click the tags under the Blacklist section to unhide blacklisted posts.
Safe mode is another option if you just want to hide non-rating:general posts.
Examples
Each rule goes on a separate line:
yaoi futanari guro spoilers
This will hide all posts that are tagged either yaoi, futanari, guro, or spoilers.
If you put multiple tags on one line, then only posts that have all the tags will be hidden:
yaoi guro
This will only hide posts that are tagged both yaoi and guro. Posts that are tagged only yaoi or only guro will still be visible.
yaoi 2boys 1boy
This will hide all posts that are tagged both tag yaoi and 2boys, also hide 1boy.
NOT operator
The -
symbol is the NOT operator. It lets you hide posts that don't have certain tags.
nude 1boy -1girl -multiple_girls
This will hide all posts that are tagged nude and 1boy, but only if they don't have the tags 1girl or multiple girls.
OR operator
The ~
symbol is the OR operator. It lets you hide posts that have any of the given tags.
~1boy ~2boys
is the same as:
1boy 2boys
This can also be used to group together multiple complex rules into a single rule:
1boy -1girl -multiple_girls 2boys -1girl -multiple_girls
is the same as
~1boy ~2boys -1girl -multiple_girls
Metatags
There are a few special commands, known as metatags, that can be used to blacklist things other than regular tags:
- rating:explicit
- rating:questionable
- rating:sensitive
- rating:general
- status:pending
- status:flagged
- status:deleted
- score:<-5 (only less-than comparisons allowed)
- uploaderid:1234 (must be a user id)
Limitations
Wildcards are not allowed within blacklists. For example, using *boys to match the 2boys, 3boys, etc., tags won't work.