A Chrome extension that provides live filtering for specified words and emails in online content with a stars overlay. This extension replaces matched words and emails with stars, creating a visual representation of censoring. It seamlessly applies the overlay in real-time as the user types, even in dynamically added content and text fields.
An Example how it looks like:
- Live filtering for specified words and emails.
- Real-time updates as the user types.
- Dynamically applies stars overlay to existing and dynamically added content.
- Censoring effect for matched words with stars.
- Clone or download this repository.
- Open Chrome and go to
chrome://extensions/
. - Enable "Developer mode" in the top right.
- Click on "Load unpacked" and select the folder containing the extension files.
Once the extension is installed, it will automatically start live filtering specified words and emails on web pages. No additional setup is required.
To modify the list of specified words and emails to be filtered, update the badWordsAndEmails
array in the content.js
file.
Contributions are welcome! Feel free to open issues or submit pull requests.
If you encounter any issues or have suggestions, please open an issue.