AI 产品解读Userscript manager that allows users to install, create, edit, organize, and execute custom JavaScript userscripts on websites
Enables users to customize and enhance their web browsing experience by running custom JavaScript code that modifies web pages, automates tasks, and adds features to any website
User installs extension → opens dashboard to manage scripts → creates new script or installs from script repositories (Greasy Fork, etc.) → scripts automatically run on matching pages → user can toggle scripts on/off, edit, or organize with tags
Install and manage userscripts from repositories like Greasy Fork, OpenUserJS, and Sleazy ForkBuilt-in script editor with syntax highlighting, linting, and autocompleteEnable/disable individual scripts with two clicksCloud backup and sync via Google Drive, Dropbox, OneDrive, WebDAV, and Yandex DiskGreasemonkey API compatibility (up to v3.x with experimental 4.0 support)Script auto-update checking
- 目标用户
- Web developers / Power users who want to customize websites / Users who need to automate repetitive web tasks / Users who want to enhance website UI/UX
- Minified/obfuscated source code in background.js and extension.js limits granular code inspection
- Locale files are single-line JSON making exact string context hard to verify for some matches
- Cannot verify if the 'begging' contribution nag screen is purely voluntary or has any soft-gating behavior
付费分析未识别到付费功能
No evidence of paid features, premium tiers, subscriptions, or payment integration. The 'pro' keyword hits in locale files are generic translation strings (e.g., part of TLD lists like .pro), not paid feature indicators. 'stripe.com' and 'paypal.tld' appear only in the forbiddenPages security list to protect users from malicious scripts on payment sites. The 'I_contributed_already' / 'I_dont_want_to_contribute' strings suggest a voluntary donation nag, not a paid feature gate. No payment platforms, billing APIs, or upgrade UI found.
- 置信度
- 92
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The core workflow of Tampermonkey (installing, managing, and running userscripts) does not require any login. The 'login' keyword matches in locale files are UI strings related to optional cloud sync/backup features (Google Drive, Dropbox, OneDrive, Yandex OAuth), not required for core functionality. No extension account system exists.