Slash Key Local Accelerator

Accelerate timers when holding the Backslash key

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ئاپتورى
yukachan
بۈگۈن قاچىلانغىنى
0
جەمئىي قاچىلانغىنى
1
باھا نومۇرى
0 0 0
نەشرى
3.0
قۇرۇلغان ۋاقتى
2025-11-16
يېڭىلانغان ۋاقتى
2025-11-16
Size
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.