WofWca
WofWca
This brings us closer to solving the CORS issue
TODO: * See new TODOs in changes. * See personal notes. * Reevaluate the importance of this feature and make sure it is worth the amount of distraction/confusion it is...

TODO: * figure out the speed to octaves formula * play with jungle.js internal parameters (like `fadeTime`) * properly merge the file with git, preserving history * What do we...
Margins are already on the list. https://github.com/WofWca/jumpcutter/blob/6f82c4494e6bcbf5ed1b4854410f0921a3a01d8a/src/settings/defaultSettings.ts#L60-L68 Also maybe `silenceSpeed` also needs to be added there, although it's not used in the cloning algorithm yet. The reason I think we...
This is also helpful for people who are afraid (or other reasons) to install the extension (see #57). Also need to consider making it an installable PWA, to play local...
Chromium now apparently uses black color for the text, so may need to brighten up the colors. Maybe choose the same as on the chart. 
https://github.com/WofWca/jumpcutter/blob/9374464cc8359dacb2cb1180507c5fa11d01d673/src/settings/defaultSettings.ts#L153-L170 It's supposed to be like a quick extension toggle (without de(re)initialization). I personally set it to toggle both sounded speed and volume threshold, but the problem is if you...
Currently it requires host permissions for all URLs. Would be cool if it had no access to any pages at all (if people are only using it for local files),...
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...