A tiny Chrome extension that opens X.com's post composer pre-filled with the text you've highlighted and the URL of the page you're on. One step, no copy-paste.
Triggers (all do the same thing):
- Toolbar icon click
- Right-click → Post to X with XTHIS
Ctrl+Shift+XorOption+Shift+X
From source (until the Chrome Web Store listing is live):
- Download or clone this repo.
- Open
chrome://extensions, enable Developer Mode. - Load unpacked → pick the
xthis/folder. - Pin the icon. That's it.
See xthis/README.md for the per-extension install
details, shortcut rebinding, and asset notes.
xthis/ The extension itself — what you load unpacked
manifest.json
background.js Service worker — all three triggers
content.js Selection getter, injected on demand
icons/ 16/32/48/128 PNGs
gen_icons.py Regenerate icons (Pillow required)
gen_promo.py Regenerate store promo tile
test_logic.js Unit tests for URL building (node test_logic.js)
README.md
privacy.md Privacy policy — host this URL with the store listing
store-listing.md Chrome Web Store listing copy
promo_440x280.png Web Store small promo tile
LICENSE MIT
MIT. Copyright (c) 2026 Joseph Rueter.
XTHIS does not collect, store, or transmit any data. See
privacy.md for details.