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。