Skip to content

ItzPROBRO/emoji-censor-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

😶 Emoji Censor Chrome Extension

A Chrome extension that lets users hide or replace emojis on websites.


✨ Features

  • 🔹 Hide emojis (replace with ⬛)
  • 🔹 Replace emojis with custom emojis
  • 🔹 Works across websites
  • 🔹 Real-time updates using MutationObserver
  • 🔹 Prevents duplicates
  • 🔹 Simple UI with delete functionality

🚀 How It Works

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

📦 Installation

  1. Clone the repo:
git clone https://github.com/ItzPROBRO/emoji-censor-extension.git
  1. Open Chrome and go to:
chrome://extensions/
  1. Enable Developer Mode

  2. Click Load Unpacked

  3. Select the project folder


🛠️ Tech Used

  • JavaScript
  • Chrome Extension APIs
  • HTML/CSS

⚠️ Limitations

  • Some sites like WhatsApp Web and Discord use custom emoji rendering (work in progress)

🔥 Future Improvements

  • Emoji picker UI
  • Better UI/UX
  • Full support for Discord & WhatsApp
  • Performance optimizations

👨‍💻 Author

PROBRO_303

About

Chrome extension to hide or replace emojis with custom rules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors