Features โข Installation โข How It Works โข Privacy
A lightweight Firefox extension that automatically detects Solana wallet addresses on Twitter/X and converts them into clickable links to Solscan explorer.
- ๐ Real-time scanning of tweets for Solana addresses
- ๐ Automatic conversion to clickable Solscan links
- ๐ซ Clean UI with hover animations
- โก Efficient performance with throttled scanning
- ๐ Works on both Twitter.com and X.com domains
The extension scans tweet content for Solana wallet addresses using a precise regex pattern. When an address is found, it:
- Creates an unobtrusive link next to the address
- Adds the Solscan logo as a visual indicator
- Opens the wallet details in Solscan site when clicked
- Uses MutationObserver for dynamic content updates
- Implements throttling to optimize performance
- Maintains processed elements in WeakSet to prevent duplicates
- Handles DOM manipulation carefully to preserve tweet formatting
- Visit the Firefox Add-ons Store [link to be added]
- Click "Add to Firefox"
- Follow the prompts to complete installation
- Clone this repository
- Open Firefox and navigate to
about:debugging - Click "This Firefox" in the left sidebar
- Click "Load Temporary Add-on"
- Navigate to the extension directory and select
manifest.json
Automatic detection of Solana address in a tweet
Solana-X-Peek extension showing clickable Solscan link in action
- No data collection or storage
- Works entirely client-side
- Only activates on Twitter/X domains
- Requires minimal permissions
- Support for additional Solana explorers
- Add clipboard copy functionality to address
MIT License - feel free to use and modify as needed.
Made with โค๏ธ for the Solana Community
