Streamlines the creation and debugging of Tampermonkey, Violentmonkey, and Greasemonkey scripts to customize web behavior.
The Userscript Development skill provides a structured framework for building browser scripts that modify website appearance and functionality. It guides Claude through a specialized workflow—from gathering site requirements and inspecting DOM structures to implementing robust MutationObservers for dynamic content. By utilizing standardized metadata templates and best practices for selector stability, this skill helps users reliably inject CSS, automate tasks, and add custom keyboard shortcuts to any web application.
Key Features
01Guided multi-phase workflow for requirement gathering and DOM analysis
02Strategic selector advice to avoid fragile, auto-generated class names
03Production-ready templates for CSS overrides and DOM manipulation
04Comprehensive reference for @run-at timing and @grant permissions
05Advanced patterns for handling dynamic content and SPA navigation
0682 GitHub stars
Use Cases
01Enhancing web applications with custom features like scroll markers or focus management
02Automating repetitive web tasks and adding productivity-focused keyboard shortcuts
03Creating custom themes or hiding intrusive elements on frequently used websites