Feature: Adding a button below player to jump to the next key scene(s) #2996
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.
This feature is closely related to #1463, adding a button below the player

That allows us to jump to what I call "Key Scene" but is basically to jump to the "Most viewed" parts on a video, including videos with multiple most viewed moments.
It has one issue, though, because when you click on a video from a sidepanel the Youtube actually don't refresh the page, it will not work, it will try to jump to the timestamp from the previous video, the easy way to "solve" this is basically refreshing the page or opening every new video in a new tab, both have the same effect, which is to force the YouTube to refresh the page, so the feature will work fine in this case.
Tested on Chrome, Edge, and Firefox.
@ImprovedTube, let me know what you think.