Slash Key Local Accelerator

Accelerate timers when holding the Backslash key

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 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.