HTML5 Universal Speed Hack PLUS (Userscript Edition)

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

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Advertisement:

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Advertisement:

Autore
rui mac
Installazioni giornaliere
0
Installazioni totali
4
Valutazione
0 0 0
Versione
1.6
Creato il
14/07/2026
Aggiornato il
14/07/2026
Dimensione
41 KB
Licenza
MIT
Applica a
Tutti i siti

## 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.