Simple filtering for profanity from website text. Not limited to static text, while avoiding performance impact.
The right way to only filter the word "work" would be:
const customWords = ['work'];
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Missing semicolon
why? but i did the right way-
const customWords = ['work',]