From fb63da88fcefc09f5b3b7b7ac4a3eebf928d3187 Mon Sep 17 00:00:00 2001 From: Peter Tanner Date: Thu, 25 Jul 2024 14:29:57 +0800 Subject: [PATCH] Add canada echo360 domain echo360.ca to @include (https://support.echo360.com/hc/en-us/articles/11062438116237-EchoVideo-Recommended-Browsers) --- README.md | 4 ++-- echo360-super-speed.user.js | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a19876..10dee5b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ### [Mirror (Greasyfork)](https://greasyfork.org/en/scripts/501694-echo360-super-speed) -Adds faster speed options (4x, 3x) to Echo360 player and allows the user to add their own speed options. +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 ![Dropdown with 4x and 3x speeds](superspeed.png) @@ -20,7 +20,7 @@ For example, if I wanted only 4x, 3x and 2x options, I can replace the `selected 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](https://searchfox.org/mozilla-central/rev/f1c881ba5603410dacbe52874053af38bd825c3b/dom/html/HTMLMediaElement.cpp#179-183) +⚠ 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](https://stackoverflow.com/a/32320020). This applies to both Firefox and Chromium. ## Current issues diff --git a/echo360-super-speed.user.js b/echo360-super-speed.user.js index 2579cb3..85bf1cb 100644 --- a/echo360-super-speed.user.js +++ b/echo360-super-speed.user.js @@ -5,8 +5,9 @@ // @include *://echo360.net.au/* // @include *://echo360.org.uk/* // @include *://echo360.org/* +// @include *://echo360.ca/* // @include *://echo360.org.au/* -// @version 1.1 +// @version 1.2 // @author Peter Tanner // @namespace https://github.com/peter-tanner/Echo360-Super-Speed-Userscript/ // @supportURL https://github.com/peter-tanner/Echo360-Super-Speed-Userscript/issues