Block Ads
The Block Ads feature filters out unwanted advertisement and spam messages from chat using a customizable blocklist.
How it Works
Section titled “How it Works”- 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
Default Filter
Section titled “Default Filter”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.
Custom Filter URL
Section titled “Custom Filter URL”You can override the default filter with your own:
- Enable Block Ads in settings
- Enter your custom filter URL in the “Override Filter URL” field
- Your URL should return a plain text file with one phrase per line
Filter Format
Section titled “Filter Format”phrase to blockanother phraseyet another spam messageEach line should contain a phrase or pattern to block. Messages containing any of these phrases will be filtered out.
Fallback Support
Section titled “Fallback Support”If your custom URL fails to load, CoralProxy will attempt to fall back to the default filter list.