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'];

发表回复

登录以发表回复。