Profanity Filter

Simple filtering for profanity from website text. Not limited to static text, while avoiding performance impact.

< Profanity Filterについてのフィードバック

質問/コメント

§
投稿日: 2018/01/20

Missing semicolon

why? but i did the right way-

const customWords = ['work',]

adisib作者
§
投稿日: 2018/01/20

The right way to only filter the word "work" would be:
const customWords = ['work'];

返信を投稿

返信を投稿するにはログインしてください

长期地址
遇到问题?请前往 GitHub 提 Issues。