https://github.com/adxy/xtension
A chrome extension to block X/Twitter videos while keeping text visible, keeping a "view video" button as well.
https://github.com/adxy/xtension
chrome chrome-extension extension extension-chrome
Last synced: about 2 months ago
JSON representation
A chrome extension to block X/Twitter videos while keeping text visible, keeping a "view video" button as well.
- Host: GitHub
- URL: https://github.com/adxy/xtension
- Owner: adxy
- License: agpl-3.0
- Created: 2025-08-10T10:18:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-19T15:44:35.000Z (10 months ago)
- Last Synced: 2025-10-28T11:40:52.614Z (8 months ago)
- Topics: chrome, chrome-extension, extension, extension-chrome
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/xtwitter-feed-video-block/khdpmhkldgcomdhoclgcbhkaeeilaedm
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/changelog.css
- License: LICENSE.md
Awesome Lists containing this project
README
## X/Twitter Feed Video Blocker
Hide videos/images and quote tweets with media in the X/Twitter feed, simply click on the view button to reveal the content of that particular tweet, keeping you consicous of what you're consuming.
### Install (Chromium browsers)
Get it from chrome web store: https://chromewebstore.google.com/detail/xtwitter-feed-video-block/khdpmhkldgcomdhoclgcbhkaeeilaedm
or
- Open `chrome://extensions` (or your Chromium-based browser's extensions page)
- Enable "Developer mode"
- Click "Load unpacked" and select this folder (`xtension`)
### Use
- Visit `x.com` or `twitter.com`
- Videos in the feed will be hidden behind an overlay
- Click "View video" on the overlay to reveal/play that video
### Notes
- No data leaves your browser; there are no network requests
- Targets: `x.com`, `twitter.com`, and their subdomains
- Files: `manifest.json` (MV3), `content.js` (logic), `content.css` (overlay/styles)