您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Show USD price next to ETH amounts on death.fun
A Tampermonkey userscript that enhances the death.fun betting interface by displaying real-time USD conversions next to ETH amounts.
tampermonkey.js
The script:
0.5 ETH
→ 0.5 ETH ($1,234.56 USD)
≈ $1,234.56 USD
below the input as you typeThe script uses sensible defaults but key constants can be adjusted:
ETH_REGEX
: Pattern for matching ETH amounts in textMAX_TEXT_LENGTH
: Maximum text length to scan (performance optimization)MIT Free to use and modify for personal use.