Solutionspeeck #1
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Excellent work for the time when you originally wrote the code. Nowadays, these kinds of solutions are more common, but I wanted to build one myself. Without your help, I wouldn’t have been able to do it.
I’ve fixed issues related to subtitle reading and synchronization. Now, the reading targets the subtitles specifically, rather than interacting directly with YouTube’s configuration, which allows it to work on any other web page — whether it’s an online course platform or other apps.
I’ve added support for it to work on https://mylearn.oracle.com, and I also included a method for identifying subtitle elements. For this, the user or developer needs to identify the HTML class where subtitles are created. Once that’s identified, the code handles the rest.
In the coming years, these functionalities will be standard, but today I know I can build them myself — just like you once started.
I’m sending you a PR so you can review my work. If you have any feedback, corrections, or optimizations, feel free to share.
Wishing you much success — best regards.
P.S.: AI helped me out with this (wink 😉).