Advanced intelligence suite for Rugplay
Blackline+ is a TamperMonkey userscript that layers a full analytics platform on top of Rugplay.
Live trade feed, AI rugpull scoring, bot detection, portfolio estimation, wallet analytics, and more —
all running locally in your browser. No account. No server. No tracking.
Requirements: TamperMonkey (Chrome / Firefox / Edge)
- Install TamperMonkey from your browser's extension store
- Click Install Blackline+
- Click Install in the TamperMonkey prompt
- Visit rugplay.com — Blackline+ loads automatically
Press the backtick key
`anywhere on Rugplay to open the dashboard.
| Feature | Description |
|---|---|
| Live Feed | Real-time trade stream captured from the WebSocket. Persistent tray at the bottom right — survives page navigation. |
| Live Toasts | Pop-up notifications on every buy and sell, with coin, user, and value. Configurable duration and type filters. |
| Volume Spike Alerts | Fires when a coin's 60-second volume exceeds a configurable multiplier of its 10-minute baseline. |
| Auto-Refresh Coin Page | New trades push into the transaction card live — no manual refresh needed. |
| Feature | Description |
|---|---|
| Rugpull Score | Computed from sell/buy ratio, whale dump clustering, recent directional pressure, and sell velocity. 0–100 scale. |
| Rugpull Alerts | Fires a high-priority toast when a live trade coin's risk score exceeds your configured threshold. |
| Sparkline Chart | 40-point activity chart rendered directly on coin pages. Updates with every new trade. |
| Rugpuller Badge | Automatically checks coin creators against your local tag database and community reports. Shows a ⚠ badge when flagged. |
| Feature | Description |
|---|---|
| Bot Analyzer | Four-factor scoring: interval regularity, directional uniformity, trade size variance, and multi-coin speed. |
| Auto-Tag Bots | High-confidence bot detections are automatically tagged. Labels visible in the feed, search, and leaderboards. |
| Feature | Description |
|---|---|
| Portfolio Estimator | Computes estimated holdings for any user from session trade history. Shows positions, spent, earned, and P&L. |
| Coin Leaderboard | Coins ranked by session volume with an inline activity bar. |
| User Leaderboard | Traders ranked by session activity. Bot labels and tags shown inline. |
| Wallet Analytics | Holder distribution card on every coin page. Fetches from the Rugplay API with session-history fallback. |
| Trade History Modal | Full paginated trade history for any user, with top coins, P&L summary, and one-click portfolio view. |
| Feature | Description |
|---|---|
| 10 Tag Types | Dev, VIP, Friend, Rugpuller, Whale, Scammer, Trusted, Bot, Degen, Insider. Tags appear throughout the UI. |
| Watchlist | Watch coins for alert prioritization. Watched coins are highlighted in all tables. |
| Notes | Private per-coin notes stored in your browser. Shown inline on coin pages. |
| Community Reports | File rugpull reports locally. Vote on reports from others. Export and share as JSON. |
| Command Palette | Press S to open a search overlay. Searches users and coins from session history with inline tags and risk labels. |
| Feature | Description |
|---|---|
| Quick Buy Buttons | Configurable preset amounts injected above the buy form on every coin page. |
| Quick Sell Buttons | 25 / 50 / 75 / 100% sell shortcuts on every coin page. |
| Feature | Description |
|---|---|
| Ad Blocker | Hides Google/AdSense ads across Rugplay. Toggle in Settings. |
| Appear Offline | Suppresses your DM online presence status. |
| Live Portfolio Refresh | Portfolio sidebar values update and flash on every trade. |
| Sticky Portfolio | Pin the portfolio group to the sidebar footer. |
| Enhanced Dark Mode | Deeper background colors throughout Rugplay. |
| Compact Mode | Tighter spacing if you prefer a denser layout. |
Press ` to open the Blackline+ dashboard. It replaces the main content area with a full app shell.
Blackline+ v1.1.1 UPDATE
├── Analytics
│ ├── Overview — session stats, top coins, active users
│ ├── Leaderboard — coin and user rankings
│ └── Portfolio — estimate holdings for any user
├── Tools
│ ├── Tags — manage user labels
│ ├── Watchlist — tracked coins
│ ├── Notes — per-coin private notes
│ └── Reports — community rugpull reports
└── System
├── Settings — all toggles and configuration
├── Changelog — version history
└── Data — export, import, reset
| Key | Action |
|---|---|
` |
Open / close dashboard |
F |
Toggle live feed tray |
S |
Open command palette search |
Esc |
Close dashboard or dismiss search |
Hotkeys are disabled when typing in an input field.
Tags persist in your browser and appear throughout the UI — in the feed, search results, leaderboards, and trade history.
| Tag | Emoji | Use case |
|---|---|---|
| Dev | 💻 | Coin creators |
| VIP | 👑 | High-value traders |
| Friend | 🤝 | Known contacts |
| Rugpuller | 🚩 | Confirmed bad actors |
| Whale | 🐋 | Large volume traders |
| Scammer | ⛔ | Scam activity |
| Trusted | ✅ | Verified trustworthy |
| Bot | 🤖 | Automated accounts |
| Degen | 🎰 | High-risk traders |
| Insider | 🔮 | Suspected early information |
All settings are stored in localStorage and persist across sessions.
| Setting | Default | Description |
|---|---|---|
| Live Toasts | ✅ | Show notifications on trades |
| Toast Buys / Sells | ✅ | Filter which trade types notify |
| Toast Duration | 4.5s | How long toasts stay visible |
| Rugpull Alerts | ✅ | Alert when risk score exceeds threshold |
| Risk Threshold | 70 | Alert trigger level (0–100) |
| Watchlist Alerts | ✅ | Alert on watched coin trades |
| Volume Spikes | ✅ | Alert on sudden volume increases |
| Ad Blocker | ✅ | Hide ads across Rugplay |
| Live Portfolio Refresh | ✅ | Flash sidebar on trades |
| Appear Offline | ❌ | Hide DM presence |
| Sticky Portfolio | ❌ | Pin portfolio to sidebar footer |
| Rugpuller Badge | ✅ | Show warning on flagged creators |
| Enhanced Dark Mode | ✅ | Deeper background colors |
| Compact Mode | ❌ | Tighter layout spacing |
| Bot Badges | ✅ | Show detection labels |
| Quick Buy Buttons | ✅ | Preset amounts on coin pages |
| Quick Sell Buttons | ✅ | Sell % shortcuts on coin pages |
| Buy Presets | $5, $10, $50, $100 | Configurable amounts |
- All data is stored in your browser via
localStorage. Nothing is sent to any server. - No analytics, no telemetry, no tracking of any kind.
- Up to 5,000 trades are stored in session history before the oldest records roll off.
- You can export everything from Dashboard → Data → Export All as a single JSON file.
- You can import a previous export to restore your tags, watchlist, notes, and settings.
| Key | Contents |
|---|---|
bl4_history |
Trade history (max 5,000 records) |
bl4_settings |
All configuration values |
bl4_tags |
User tags |
bl4_watchlist |
Watched coin symbols |
bl4_notes |
Per-coin notes |
bl4_reports |
Community reports |
bl4_votes |
Your report votes |
bl4_session |
UI state (active tab, feed open) |
- Complete UI redesign — token-based design system, intentional visual hierarchy
- App-shell dashboard layout with persistent left navigation
- Session state persistence — feed and active tab survive page refresh
- Replaced full-width portfolio bar with compact status pill
- Feed tray now has a persistent bottom tab — always accessible
- Command palette search with categorized results
- Removed hotkey bar — hotkeys documented in Settings
- Redesigned toasts with per-type colored left accent stripe
- Ad blocker (CSS-based, toggleable)
- Live portfolio sidebar refresh with flash animation
- Appear offline toggle
- Sticky portfolio sidebar option
- Rugpuller badge on coin pages
- Community rugpull reporter — fully local, exportable
- Initial release
- Live trade feed, toasts, and volume spike alerts
- AI rugpull scoring and sparkline charts
- Bot detection with auto-tagging
- Portfolio estimator, coin and user leaderboards
- Wallet holder analytics
- 10-type tag system, watchlist, notes
- Quick buy / sell preset buttons
- Enhanced dark mode and compact mode
Issues and suggestions welcome at github.com/BlacklineDeveloper/blackline-plus/issues.
Please include your browser, TamperMonkey version, and steps to reproduce when filing a bug.
MIT — see LICENSE for details.