Echo360 Super Speed

Adds faster speed options (4x, 3x) to Echo360 player and allows the user to add their own speed options. NOTE: Only works on Firefox!

当前为 2024-07-24 提交的版本,查看 最新版本

作者
peter-tanner
评分
0 0 0
版本
1
创建于
2024-07-24
更新于
2024-07-24
大小
4.6 KB
许可证
GPL-3.0
适用于

Echo360 super speed userscript

Note that this project is not endorsed by or affiliated with Echo360

Adds faster speed options (4x, 3x) to Echo360 player and allows the user to add their own speed options. NOTE: Only works on Firefox!

Adding your own speeds

Open the userscript file, then modify the selected_speeds and/or speed_hotkey_increment constants which are in the USER CUSTOMIZATION section.

For example, if I wanted only 4x, 3x and 2x options, I can replace the selected_speeds constant with the following:

const selected_speeds = [4, 3, 2];

⚠ Note that there is a browser set limit of 16x, and speeds above 4x are muted, according to these constants in the firefox source code

Current issues

  • When setting selected_speeds to a list of speeds which does not include 1x, the player by default loads with 1x speed when the page is loaded. Once the speed is changed manually by clicking on a speed from the dropdown this is not an issue anymore, but it would be nice if the default speed was valid.

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址