Mods Section Launch
We’re launching a new section — Mods. A collection of 21+ developer tools: UserScripts, utilities, fixes, AI prompts, configs, and code snippets.
Philosophy
Mods aren’t just scripts. They’re micro-tools built for specific tasks. Each mod solves one problem, but solves it perfectly.
We don’t believe in bloated extensions with dozens of settings. One script — one function. Minimal code. Maximum impact.
What’s Inside
🎯 UserScripts (2)
- YouTube Quick Not Interested — one click instead of four actions
- Kinopoisk Watch Button — direct movie viewing links
🔧 Utilities (7)
- SQL to Directus Seed — convert SQL dumps to Directus seeds
- Python Async Queue — async task queue runner
- PHP HTML Builder — fluent API for building tables
- Tailwind PHP Trait — fluent Tailwind classes (with caveats)
- HTML Comment Selector — find DOM elements via comments
- TypeScript Callable Instance — make class instances callable
- Filament Address Field — composite address fields
🐛 Fixes (3)
- Docker Chokidar Fix — hot reload in Docker on macOS/Windows
- Safari & Chrome Keyboard Fix — virtual keyboard in web chats
- WooCommerce Slugs — transliterate Cyrillic attributes
💻 Shell Scripts (3)
- Password Generator — secure passwords with memorable mode
- Flatten Directories — flatten nested directory structures
- Git Contributions — automate commits for activity
📝 Snippets (5)
- Python URL Matcher — URL validation with Pydantic
- Python Async/Sync — convert async functions with type preservation
- Network Idle Detection — wait for network idle in Playwright
- Playwright Cache — caching decorator for tests
💬 AI Prompts (1)
- AI Agent Core Rules — development standards for Gemini/Claude/Cursor
Featured Mods
YouTube Quick Not Interested
The first mod in the collection. Solves a simple but annoying problem.
Problem: To tell YouTube “Not interested”, you need to:
- Hover over video
- Click menu (three dots)
- Find “Not interested” option
- Click it
Solution: A ”⊘” button right on the card. One click — done.
Docker Chokidar Fix
The most useful fix for Docker development.
Problem: Hot reload doesn’t work in Docker containers on macOS and Windows due to VirtioFS limitations.
Solution: One line CHOKIDAR_USEPOLLING=true and it works.
AI Agent Core Rules
A ruleset for AI coding assistants.
Problem: AI generates code with any types, dangerous commands, and bad practices.
Solution: GEMINI.md/CLAUDE.md file with strict standards: type safety, git hygiene, root cause debugging.
How to Use
UserScripts
- Install Tampermonkey or Violentmonkey
- Click “Install” on the mod page
- Auto-updates enabled via
@updateURL
Utilities & Shell Scripts
Just copy the code. Most are standalone files with no dependencies.
AI Prompts
Add to project root as GEMINI.md, CLAUDE.md, or .cursorrules.
What’s Next
The collection will grow:
- More UserScripts for popular sites
- More fixes for common problems
- Additional AI prompts for different tasks
- Editor and IDE configurations
Stats:
- 21+ mods
- 9 categories
- Full documentation
- Search and filtering
[STATUS: MODS_ONLINE | 21_MODS_DEPLOYED]