A collection of userscripts for UNIT3D-based private trackers. Enhances the browsing, uploading, and social experience with quality-of-life improvements.
- Install a userscript manager: Tampermonkey (Chrome/Edge/Firefox) or Violentmonkey (Chrome/Firefox)
- Click on any script's raw link below
- Your userscript manager will prompt you to install
v1.5.3 — Matched on:
/torrents/*,/requests/*
Adds Letterboxd, IMDb, Rotten Tomatoes, and Metacritic ratings to torrent pages. Fetches data via the OMDb API with local caching (configurable expiry). Displays an aggregate weighted score across all sources.
v1.3.3 — Matched on:
/chatbox*,/chat/*
Hides bot messages in the chatbox. Supports filtering by username or custom regex patterns. Configurable bot list, filter modes (show/hide), and a toggle panel. Uses MutationObserver for dynamic messages.
v2.4.0 — Matched on:
/torrents/*
Full mediainfo analysis panel on torrent detail pages. Parses video (AVC, HEVC, AV1, VP9, VP8 — codec, bitrate, resolution, HDR, frame rate, scan type, color space) and audio (format, channels, bitrate, language) streams. Shows:
- Encode compatibility checks (including AV1/VP9 hardware decode)
- Quality score (0-100) based on bitrate efficiency, encoder, preset, rate control, B-frames, and source quality
- Exportable analysis report
v6.5.3 — Matched on:
/chatbox*,/chat/*
Complete BON giveaway system via chat commands. Features:
- Commands:
!host,!entry,!free,!lucky,!random,!range,!history - Chat spam detection with cooldowns, strike system, and exponential backoff
- Multi-winner support (up to 50)
- Sponsor announcement modes (immediate/digest/off)
- Persistent statistics per tracker
- Scheduled giveaways with time-based triggers
v1.5.1 — Matched on:
/torrents*
Keyboard shortcuts for torrent pages with modifier key support (Ctrl/Shift/Alt):
| Key | Action |
|---|---|
S |
Open IMDb |
L |
Open Letterboxd |
M |
Open TMDB |
X |
Open Blu-ray.com |
T |
Open Trailer |
E |
Edit torrent |
J/K |
Navigate list up/down |
Enter |
Open selected |
/ |
Focus search |
? |
Show help |
All keybinds are customizable via the settings panel with modifier key support. Press Escape to close overlays.
v1.3.2 — Matched on:
/torrents,/torrents/*
Client-side column sorting on torrent listing tables. Sortable columns: Type, Name, Size, Age, Seeders, Leechers, Completed.
- Shift+Click for secondary sort
- Proper file size parsing (KB/MB/GB/TB, including KiB/MiB/GiB/TiB)
- Date parsing via
<time>elements - Quick filter input
- Sort preferences persist via localStorage
v1.4.2 — Matched on:
/torrents/*,/torrents/similar/*
Color-coded row highlighting based on torrent attributes:
| Highlight | Default Color |
|---|---|
| Internal | Purple |
| Freeleech | Green |
| Double Upload | Blue |
| High Speed | Orange |
| Low Seeders | Red |
| You're Seeding | Teal |
| Language Flags | Auto |
| Highlighted Uploaders | Configurable |
| Your Uploads | Configurable |
Features language flags (50+ languages), per-user/uploader highlighting, and self-upload detection. All colors and toggles are configurable via the settings panel.
v1.2.2 — Matched on:
/torrents*,/upload*
Tracks changes to your user stats across page loads. Displays color-coded deltas for: upload, download, ratio, buffer, BON, and tokens (warnings was removed in UNIT3D v8). Includes:
- SVG sparkline charts showing stat trends (last 30 snapshots)
- Avatar cache-buster (opt-in via
localStorage.setItem('u3d_avatar_cache_bust', 'true')) - Green = positive change, red = negative (inverted for warnings)
v1.0.2 — Matched on:
/forums/*,/forum/*
Bookmark and manage forum posts on UNIT3D sites. Features:
- Bookmark button on forum posts
- Bookmarks panel with search, sort (newest/oldest/title)
- Export/import bookmarks as JSON
- Clear all bookmarks option
- Up to 200 bookmarks stored in localStorage
Tested on UNIT3D v7.x+ sites. Works on any site using the UNIT3D tracker software with matching URL patterns.
MIT