An open API service indexing awesome lists of open source software.

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.

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)