jQuery.ProfanityFilter icon indicating copy to clipboard operation
jQuery.ProfanityFilter copied to clipboard

filter out profane words on the client

Results 10 jQuery.ProfanityFilter issues
Sort by recently updated
recently updated
newest added

Hello, The script makes usage of general localStorage variable names like "uid" which can present a problem when using with different other plugins and scripts. It's always a good practice...

Using the latest version of your demo code, plus the existing swearWords.json file, the browser produces an error message as follows: Uncaught TypeError: badWords.concat(...).unique is not a function at HTMLDivElement....

Addresses issue #15 by making the call to the external file asynchronous. All the demos still work as before, however as it's asynchronous now, if you need to know when...

My form loads dynamically after page is loaded based on menu choice. To get all my other jquery functions to work I wrap in the same. How do I apply...

The filter should be smart enough to find profanity that uses 0 (zeros) to represent O's. 3's for e's, and whatever other character replacements are common for bypass filters like...

up-for-grabs

![Imgur](http://i.imgur.com/gPwMYZg.png)

up-for-grabs

I'm no expert but I scanned through the code and it seems to ignore nodeValue if the node is a textbox.

up-for-grabs
confirmed

[ ["@$$f@ce"], ["@$$h0le"], ["@$$he@d"], ["@$$hole"], ["@$$hols"], ]

up-for-grabs

Chase, Can you push a tag of your latest changes? Bower automatically uses the repo's tags in order to pull down newer versions. Right now the latest tag is from...

backlog

Bumps [jquery](https://github.com/jquery/jquery) from 1.7.1 to 3.5.0. Release notes Sourced from jquery's releases. jQuery 3.5.0 Released! See the blog post: https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ and the upgrade guide: https://jquery.com/upgrade-guide/3.5/ NOTE: Despite being a minor...

dependencies