Simple filtering for profanity from website text. Not limited to static text, while avoiding performance impact.
< 脚本 Profanity Filter 的反馈
Missing semicolonwhy? but i did the right way- const customWords = ['work',]
The right way to only filter the word "work" would be:const customWords = ['work'];
登录以发布留言。
Missing semicolon
why? but i did the right way-
const customWords = ['work',]