A Chrome extension that simplifies the process of muting words on X (formerly Twitter) by adding a convenient right-click context menu option.
- Right-click any selected text on any webpage to quickly add it to your X muted words list
- Automatically opens X's muted words settings page and fills in the selected text
- Works seamlessly with both x.com and twitter.com domains
- Download or clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the directory containing this extension
- Select any text on any webpage
- Right-click the selected text
- Click "Mute on X" from the context menu
- The extension will automatically:
- Open X's muted words settings page
- Fill in your selected text in the keyword field
This extension requires the following permissions:
contextMenus: To add the right-click menu optionscripting: To automatically fill in the muted word- Access to x.com and twitter.com domains
The extension uses Manifest V3 and consists of:
- A background service worker that handles the context menu creation and click events
- Content script injection for automated form filling
- Host permissions for X/Twitter domains
Current version: 1.0
