Skip to content

Block Ads

The Block Ads feature filters out unwanted advertisement and spam messages from chat using a customizable blocklist.

  • Loads a list of blocked phrases from a URL
  • Filters incoming chat messages
  • Blocks messages containing any blocked phrases
  • Updates filter list on each connection

By default, CoralProxy uses the community-maintained filter list: https://github.com/AfkaraLP/no-coral-ad

This list is regularly updated to block common spam patterns.

You can override the default filter with your own:

  1. Enable Block Ads in settings
  2. Enter your custom filter URL in the “Override Filter URL” field
  3. Your URL should return a plain text file with one phrase per line
phrase to block
another phrase
yet another spam message

Each line should contain a phrase or pattern to block. Messages containing any of these phrases will be filtered out.

If your custom URL fails to load, CoralProxy will attempt to fall back to the default filter list.