A Chrome extension that lets users hide or replace emojis on websites.
- 🔹 Hide emojis (replace with ⬛)
- 🔹 Replace emojis with custom emojis
- 🔹 Works across websites
- 🔹 Real-time updates using MutationObserver
- 🔹 Prevents duplicates
- 🔹 Simple UI with delete functionality
The extension scans web pages and:
- Removes selected emojis
- Replaces emojis based on user-defined rules
It uses:
- Chrome Storage API
- Content Scripts
- MutationObserver for dynamic sites
- Clone the repo:
git clone https://github.com/ItzPROBRO/emoji-censor-extension.git- Open Chrome and go to:
chrome://extensions/
-
Enable Developer Mode
-
Click Load Unpacked
-
Select the project folder
- JavaScript
- Chrome Extension APIs
- HTML/CSS
- Some sites like WhatsApp Web and Discord use custom emoji rendering (work in progress)
- Emoji picker UI
- Better UI/UX
- Full support for Discord & WhatsApp
- Performance optimizations
PROBRO_303