Website SpeedHack by poule_trempee

SpeedHack/FastForward open/close GUI with [Inser]

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

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

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

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

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

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

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

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

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

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

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

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

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

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

作者
poule trempee
日安装量
0
总安装量
19
评分
1 0 0
版本
1.3.7
创建于
2025-11-02
更新于
2025-11-02
大小
7.1 KB
许可证
Copyright (c) 2025 poule_trempee - All Rights Reserved
适用于
所有网站

Website SpeedHack by poule_trempee

Website SpeedHack by poule_trempee

Control playback speed on any website with a clean Tampermonkey GUI — toggle using [Insert].



Overview


Website SpeedHack is a Tampermonkey userscript that lets you control the overall speed of most websites (some browsers may restrict extremely high speeds). It can even accelerate YouTube ads.

Features

  • Open/close GUI with the Insert key.
  • Numeric input and slider to set speed (default 1.0×).
  • Enable/Disable toggle (default disabled).
  • Automatic detection of new elements on the page.
  • Lightweight and responsive interface.
  • Custom API available under window.siteSpeedController.

Installation

  1. Install the Tampermonkey extension on your browser.
  2. Create a new userscript.
  3. Paste the script header and code (see below).
  4. Save and enable it for your target sites or all (*://*/*).

Script Header

// ==UserScript==
// @name         Website SpeedHack by poule_trempee
// @namespace    http://tampermonkey.net/
// @version      1.3.7
// @description  SpeedHack/FastForward open/close GUI with [Insert]
// @author       poule_trempee
// @match        *://*/*
// @grant        none
// ==/UserScript==

Console API Examples

// Enable the speedhack
window.siteSpeedController.setEnabled(true);

// Set speed to 2x
window.siteSpeedController.setSpeed(2);

// Check current speed
console.log(window.siteSpeedController.getSpeed());

// Disable speedhack
window.siteSpeedController.setEnabled(false);




poule_trempee
poule_trempee