{% extends "base.html" %} {% block title %} | Blacklist {% endblock title %} {% block content %}

Blacklist Rules

Build block rules on the left and watch the latest feed entries update on the right before you save.

Use comma-separated terms or snippets for quick blocking. Use regex when the pattern is more specific.

Plain text matching is case-insensitive and partial, so orld matches World of Warcraft.

Whitelist matches still win. If an entry matches both, the preview keeps it as sent.

Keep the left side for editing and the right side for checking what gets removed.

Word Rules

Comma separated terms or snippets. Spaces around commas are ignored.

Example: primogem,events,orld,special program

Regex Rules

One pattern per line. Matching is case-insensitive.

^New Release:.*
\b(update|version|patch)\s+\d+\.\d+
.*\[(important|notice)\].*
Back to feed
{% include "_filter_preview.html" %}
{% endblock content %}