Skip to content

dcramer/fuck-crypto

Repository files navigation

Crypto Spam Nuker

A Chrome extension that detects crypto spam in your X.com replies and helps you nuke it from orbit.

The Problem

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 CryptoKing58392847 telling 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.

The Solution

This extension watches your replies and identifies the garbage. When it spots a crypto shill, it adds a "Nuke" button. One click and it:

  1. Reports the tweet as targeted harassment (because that's what it is)
  2. Hides the reply from your thread
  3. Blocks the account

All three. No mercy. They chose violence when they decided to shill Ponzi schemes in your mentions.

Detection

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.

Installation

  1. Clone this repo
  2. Open Chrome and go to chrome://extensions
  3. Enable "Developer mode"
  4. Click "Load unpacked" and select this folder
  5. Visit X.com and enjoy cleaner mentions

How It Works

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

Files

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

Limitations

  • 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)

Contributing

Found a new spam pattern? Open a PR. Let's make the timeline less terrible together.

Disclaimer

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.

License

MIT. Do whatever you want with it. Except shill crypto. Don't do that.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors