A Firefox extension that detects Solana wallet addresses in tweets on X (Twitter) and adds a clickable Solscan link next to each one.
- Scans tweet text for Solana addresses as you browse
- Adds a Solscan link (
solscan.io/account/<address>) beside each match - Works on both
twitter.comandx.com - Reacts to new tweets loaded on scroll via
MutationObserver, throttled to one scan per second - Runs entirely in the browser, no accounts or network calls of its own
- Firefox (any recent version that supports Manifest V2 extensions)
Not yet on the Firefox Add-ons store. Load it manually:
- Clone this repository:
git clone https://github.com/TechTronixx/Solana-X-Peek.git
- Open Firefox and go to
about:debugging. - Click This Firefox in the sidebar.
- Click Load Temporary Add-on.
- Select the
manifest.jsonfile in the cloned folder.
The extension stays loaded until you restart Firefox.
Open X or Twitter and browse normally. When a tweet contains a Solana address, a small Solscan logo appears just after it. Click the logo to open that account on Solscan in a new tab.
Scans tweet text for base58 strings that match the Solana address length. When found, a Solscan link is inserted next to the address. New tweets loaded on scroll are picked up automatically.
Note: the pattern is a heuristic, so an unrelated string of the right length can occasionally get a link.
- No data collection or storage
- No network requests except the Solscan link you click
- Runs only on
twitter.comandx.com - Requests only the
activeTabandstoragepermissions
- Support for additional Solana explorers
- Copy-address-to-clipboard action
MIT © TechTronixx
Made with ❤️ for the Solana Community

