Violentmonkey userscript for LinkAPI that converts visible CNY/RMB/yuan values to USD while keeping the page otherwise close to native LinkAPI behavior.
- Converts visible CNY/RMB/yuan values to USD with comma grouping, using extra decimals for nonzero sub-cent amounts.
- Replaces
(CNY)and(RMB)labels with(USD). - Updates
© 2025 LinkAPIto© 2026 LinkAPI. - Adds a stable
Show USD valuesentry in the account menu for quick comparison with original LinkAPI values. - Watches dynamic page updates so newly rendered prices are converted while the toggle is in USD mode.
- Persists safe route-scoped page controls such as filters, selects, and view options.
- Avoids storing API keys, tokens, prompts, messages, redemption codes, credentials, passwords, textarea content, or other secret-like values.
- Keeps the redemption-code input/button row compact on old and new wallet layouts.
- Cleans stale DOM and localStorage artifacts from older helper features that were removed.
The script does not send page text, model names, logs, keys, prompts, or any other data to external services. Currency conversion runs locally in the browser. Page settings persistence is localStorage-only and skips sensitive fields.
Violentmonkey can update this script through the @updateURL and @downloadURL metadata. Every userscript behavior change must bump the metadata @version.