Greasy Fork
登录
简体中文 (zh-CN)
繁體中文 (zh-TW)
Help us translate!
脚本
帮助
更多
高级搜索
用户列表
库
管理日志
☰
脚本
论坛
帮助
高级搜索
用户列表
库
管理日志
登录
简体中文 (zh-CN)
繁體中文 (zh-TW)
Help us translate!
信息
代码
历史
反馈(3)
统计
Improved Speed Slider For YouTube
Add Speed Slider to Youtube Player Settings
g0ldnick7
2021-09-13
好评
Fix for wheel LINE 232.... TO 240 function ytsWheelSlider(event) { var val = parseFloat(event.target.value) + (event.deltaY > 0 ? -0.1 : 0.1); val = val < 0.5 ? 0.5 : (val > 4 ?...
g0ldnick7
2020-12-16
At least on Firefox, when you use the mouse wheel to adjust the slider it can only *reduce* the value. Regardless the mouse wheel axis, the output value is always -0.1. Another bug you can see her...
g0ldnick7
2020-12-11
好评
Works great! Thanks!
发表评价、留言或提问
如果您觉得这个脚本违反了
Greasy Fork 规则
,请
举报这个脚本
。
登录以发表评价、留言或提问。