A Chrome extension that detects crypto spam in your X.com replies and helps you nuke it from orbit.
You post a tweet. Within seconds, your mentions fill up with:
- "Check my bio for 100x gains"
- "DM me for whitelist spots"
- "Airdrop coming soon"
- Some guy named
CryptoKing58392847telling you about $SCAMCOIN
These aren't people. They're bots. They're scams. They're the digital equivalent of someone screaming about timeshares at your dinner party.
This extension watches your replies and identifies the garbage. When it spots a crypto shill, it adds a "Nuke" button. One click and it:
- Reports the tweet as targeted harassment (because that's what it is)
- Hides the reply from your thread
- Blocks the account
All three. No mercy. They chose violence when they decided to shill Ponzi schemes in your mentions.
The spam detector scores tweets based on:
- High-confidence signals - "airdrop", "giveaway", "check my bio", "DM me"
- Medium-confidence signals - NFT jargon, telegram links, "wagmi", "lfg"
- Cashtags - $BTC, $ETH, $DEFINITELYNOTASCAM
- Bot usernames - If your handle is
JohnSmith2847293, you're not a real person - Threat patterns - The "you will be exposed" crowd harassing legitimate accounts
Tweets scoring above the threshold get the Nuke button. You decide when to press it.
- Clone this repo
- Open Chrome and go to
chrome://extensions - Enable "Developer mode"
- Click "Load unpacked" and select this folder
- Visit X.com and enjoy cleaner mentions
The extension runs as a content script on X.com. It:
- Watches for new tweets in your timeline using a MutationObserver
- Only processes replies to your own tweets
- Scores each reply against spam patterns
- Injects the Nuke button for suspicious content
- Opens a background popup to execute the full Report + Hide + Block flow
| File | Purpose |
|---|---|
manifest.json |
Chrome extension config |
content.js |
Main orchestration and UI |
spam-detector.js |
Pattern matching and scoring |
dom-actions.js |
X.com menu automation |
background.js |
Popup window management |
styles.css |
Nuke button styling |
- Only works on replies to your own tweets
- Requires you to be logged in to X.com
- The Report flow depends on X.com's current UI (may break if they change it)
- Won't catch every scam (they're constantly evolving their garbage)
Found a new spam pattern? Open a PR. Let's make the timeline less terrible together.
This extension automates reporting, hiding, and blocking. Use it responsibly. If you nuke a legitimate account by accident, that's on you. But let's be honest---if someone's tweeting about airdrops in your replies, they knew what they were doing.
MIT. Do whatever you want with it. Except shill crypto. Don't do that.