Skip to content

Instantly share code, notes, and snippets.

@Easy10010
Easy10010 / gist:1860414ac60c3367806862689793dd1c
Created January 5, 2020 13:41
TamperMonkey脚本 - 快捷键控制网页视频播放速度 (alt+z 控制开关; alt+x 减0.5倍速; alt+c 加0.5倍速; z 恢复原速; x 减0.1倍速; c 加0.1倍速)
// ==UserScript==
// @name 视频播放速度控制(alt+z启用)
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author easy10010
// @include *
// ==/UserScript==
// alt+z 控制开关
// alt+x 减0.5倍速