The "experimental algorithm" is coming to Odysee, YouTube, Vimeo and stuff, soon (probably): https://github.com/WofWca/jumpcutter/issues/2#issuecomment-1566179621
How to clone a YouTube video element so it can play the same video? · Issue #2 · WofWca/jumpcutter

As a solution to #1, we could create another video element that plays the same video, hide it, and shift its playback for just a moment before the original video's .currentTime. That way we can eff...

GitHub
So, the [MR](https://github.com/WofWca/jumpcutter/pull/159) is almost done, but I'm a little hesitant to release it yet because it causes some drawbacks, namely:
- You now have to reload the page to activate the extension when it's site access is set to "click to activate".
- Has some potential side-effects, i.e. might break playback on websites
- It's a little worse for performance
feat: make cloning algorithm work on majority of sites by WofWca · Pull Request #159 · WofWca/jumpcutter

Closes #2

GitHub

After 4 years in development, hopefully it would have been worth the wait.

It's out only on Mozilla Add-ons for now as I'm still scared of releasing it to thousands of people. But if you can't wait, you can drag-and-drop this file to `chrome://extensions/` in your Chromium browser: https://github.com/WofWca/jumpcutter/releases/download/v1.27.0/lmppdpldfpfdlipofacekcfleacbbncp_main.crx

Big thanks to Jonas Herzig (https://github.com/Johni0702) for showing me the way to achieve this!

After (exactly) one year in development, hopefully it would have been worth the wait.

The cloning algorithm is finally out on Chromium!

And it's also much more reliable now, which Firefox users can also enjoy. About time we stop calling it an "experimental" algorithm, because damn it's good.

It will be out on stores within a day or two as 1.27.1.

@JumpCutterExtension Looks like the new feature is about 10% of the entire extension in terms of source lines of code