Slash Key Local Accelerator

Accelerate timers when holding the Backslash key

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
yukachan
日安装量
0
总安装量
1
评分
0 0 0
版本
3.0
创建于
2025-11-16
更新于
2025-11-16
大小
3.0 KB
许可证
暂无
适用于
所有网站

This UserScript modifies the behavior of JavaScript timers (setTimeout and setInterval).

Default mode: Timers run normally, with no changes.

Accelerated mode: When the Backslash (\) key is held down, the script activates and timers run faster, using the acceleration factor defined in the settings panel.

Return to normal: Once the key is released, timers immediately return to their standard speed.

This allows you to dynamically control the speed of timers on any webpage, useful for debugging, testing animations, or fast-forwarding counters and games.


Example

Normally, the counter increments once per second: 1, 2, 3, 4 …

If you hold the Backslash key at second 20 with an acceleration factor of 5, the counter will jump 5 times faster.

When you release the key at second 80, the counter resumes at normal speed for the remaining time.