No tweets, no ads - just DM
A browser extension that provides access to X.com private messages through a clean and simplified interface.
- Quick access to private messages via a toolbar button
- Clean interface showing only the messages area
- Preserves all messaging features (message sending, attachments, etc.)
- Automatic dark mode support
- Open Firefox and type
about:debuggingin the address bar - Click on "This Firefox" in the left menu
- Click on "Load Temporary Add-on"
- Navigate to the extension's
srcfolder and select themanifest.jsonfile
- Open Chrome and type
chrome://extensionsin the address bar - Enable "Developer mode" in the top right
- Click on "Load unpacked"
- Navigate to the extension's
chrome/srcfolder and select it
- Click on the DMFocus icon in the toolbar
- A new tab will open showing only the X.com messages area
- Log in to your X.com account if you haven't already
- You can now read and send messages in a clean interface
├── src/ # Firefox version
│ ├── manifest.json # Manifest V2
│ ├── css/
│ │ └── content.css # Styles
│ ├── js/
│ │ ├── background.js
│ │ └── content.js
│ └── icons/
│
└── chrome/ # Chrome version
└── src/
├── manifest.json # Manifest V3
├── css/
├── js/
└── icons/
- The extension does not store any authentication data
- It only uses the existing X.com session in your browser
- Requested permissions are limited to the strict minimum required
Korben - korben.info
MIT