Simple filtering for profanity from website text. Not limited to static text, while avoiding performance impact.
< Părere la script-ul 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'];
Autentifică-te pentru a posta un răspuns.
Missing semicolon
why? but i did the right way-
const customWords = ['work',]