Try bypassing the filter in the WebGL demo:
Community
Summary
A powerful multi-threaded profanity interpreter that sanitizes profanity with any variation and ways to mock and simulate letters. The interpreter is not based on a list with several possibilities, but on efficient and procedural algorithms that detect any swearword variation through heuristic and lexical analysis in order to obtain a better performance. Just load a traditional file containing the list of bad words by language. The interpreter helps keep your game in compliance with children's privacy laws and policies.
Features
Extra Filters
Filtering Modes:
Why "Anti-Bypass" or "Algorithm-Based"?
The package is not based entirely on a wordlist containing thousands of possibilities, but on algorithms that are generated based on a simple wordlist. These algorithms interpret an input by doing a lexical analysis of that input in order to detect the bad word and sanitize it. So you just add the word (e.g. "testbadword") to the list and the algorithm does all the rest of the bypass detection.
Why choose this package?
Other word filters can be easily bypassed by replacing letters with numbers, ASCII tricks or putting punctuation in the middle of the word because they are based on possibilities or simple wordlists. In this package, more complex steps (through algorithms) occur that make it difficult to bypass the protection. Furthermore, the filter strives to maintain the integrity of the text and its original characters, censoring only profanity.