HTML5 Universal Speed Hack PLUS (Userscript Edition)

Time speed control + autoclicker panel for HTML5 games (idle/incremental) — per-site profiles, multi-point clicking, hotkeys

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

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

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

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

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

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

(我已經安裝了使用者腳本管理器,讓我安裝!)

Advertisement:

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

Advertisement:

作者
rui mac
今日安裝
1
安裝總數
4
評價
0 0 0
版本
1.6
建立日期
2026-07-14
更新日期
2026-07-14
尺寸
41.0 KB
授權條款
MIT
腳本執行於
所有網站

## What it does

Floating control panel for HTML5 games (idle/incremental and similar) with:

- **Speed hack**: speeds up or slows down game time (0.05x to 50x) by overriding `setInterval`, `setTimeout`, `performance.now`, `Date.now` and optionally `requestAnimationFrame`. Slider + numeric input + presets (Shift+1 to Shift+6).
- **Video speed**: applies the multiplier to the `playbackRate` of videos/audio (optional).
- **Autoclicker**: configurable keybind (default F6), interval in min/sec/ms, toggle or hold mode, click at cursor or cycle through multiple fixed points (useful for clicking several upgrade buttons), click types (full / mousedown-only / double).
- **Per-site profiles**: settings are saved per domain.
- Draggable, collapsible panel with adjustable opacity and config export/import.

## How to use

1. Install the script. **By default it does nothing on any site.**
2. On the game's page, click the Tampermonkey icon → "🟢 Enable HUSH+ on this site".
3. The page reloads and the panel appears in the top-right corner.

## Known limitations

- Canvas/WebGL games (Unity, Phaser, etc.) that check `isTrusted` ignore script-generated clicks — no browser extension can work around this. For those, use an OS-level autoclicker instead.
- Games that calculate progress server-side are not affected by the speed hack (real time is validated on the server).
- Sites with a strict CSP may block the injection — enabling Inject Mode "Instant" in Tampermonkey's experimental settings usually fixes it.

## Credits

Based on the HTML5 Universal Speed Hack by TheByteyear / HUSH+. This version adds a multi-point autoclicker, per-site profiles, per-site activation, iframe synchronization and several fixes.