您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adds faster speed options (4x, 3x) to Echo360 player and allows the user to add their own speed options.
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. Works on Chromium (Google Chrome, Brave, etc.) and Firefox
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 speed limit of 16x and speeds above 4x are muted, according to the constants set in the brower's source. This applies to both Firefox and Chromium.
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或关注我们的公众号极客氢云获取最新地址