Censor specific words in text by replacing them with symbols. Runs entirely in your browser.
How does text censoring work?
Enter comma-separated words to censor. Each occurrence of those words in the text will be replaced with your chosen symbol, such as asterisks (*).
What is "replace each letter"?
When enabled, each letter of the censored word is replaced individually with the symbol. For example, "secret" becomes "******" instead of a single "*".
Is the matching case-sensitive?
By default, matching is case-insensitive. You can toggle case-sensitive mode if you need exact case matching.
Is my data safe?
Yes. All processing happens locally in your browser. No data is sent to any server.