ScrollX Tag Page

Help:Blacklists

0 posts0 sourcesWiki updated 4/21/2026
Browse Full Gallery →

About Help:Blacklists

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. 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 box will appear in the sidebar showing you how many posts were hidden. You can click the tags under the Blacklist section to toggle individual rules, or click the toggle at the top of the box to toggle all rules at once. You can choose to blur blacklisted posts rather than hiding them entirely by clicking the three dots on the Blacklist box, then selecting Blur images.

Safe mode is another option if you just want to hide non-{{rating:general}} posts.

Examples

Each rule goes on a separate line:

[code]

yaoi

futanari

guro

spoilers

[/code]

This will hide all posts that are tagged either Yaoi, Futanari, Guro, or [

].

If you put multiple tags on one line, then only posts that have all the tags will be hidden:

[code]

yaoi guro

[/code]

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.

[code]yaoi 2boys

1boy[/code]

This will hide all posts that are tagged both tag Yaoi and 2boys, also hide 1boy.

NOT operator

The [code]-[/code] symbol is the NOT operator. It lets you hide posts that don't have certain tags.

[code]

nude 1boy -1girl -multiple_girls

[/code]

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 [code]~[/code] symbol is the OR operator. It lets you hide posts that have any of the given tags.

[code]

~1boy ~2boys

[/code]

is the same as:

[code]

1boy

2boys

[/code]

This can also be used to group together multiple complex rules into a single rule:

[code]

1boy -1girl -multiple_girls

2boys -1girl -multiple_girls

[/code]

is the same as

[code]

~1boy ~2boys -1girl -multiple_girls

[/code]

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.

Default Blacklists

The following blacklist is automatically set for logged out users and new users:

[code]

guro

scat

furry -rating:g

[/code]

See also

Page 1