TylerJDev / YouTube-Timestamps

A plugin which tracks YouTube timestamps. Never lose track of what timestamp you're on again! ⏱️
6 stars 1 forks source link

Integrate new YouTube timestamp feature #19

Closed TylerJDev closed 4 years ago

TylerJDev commented 4 years ago

Integrate new YouTube feature YouTube has rolled out a "experimental" feature, one that tracks timestamps and separates them via the video player time bar. This can be reproduced here:

Example Video Note: May need to be ran in incognito mode (Chrome) to reproduce

How to implement I should see how the timestamps are being pulled, and if they are stored somewhere that the plugin may access. I could then improve this feature more so by implementing my current features (Next, Previous). Allowing a user to choose which time to pick, etc.

Additional notes I should make note and see if this works on any other browser.. Firefox, etc, or if it's just a Chrome feature.

TylerJDev commented 4 years ago

I've added a way to check for chapter support in a video, I will need to add the following before I push this update to the live extension.

TylerJDev commented 4 years ago

I've added a way to check for chapter support in a video, I will need to add the following before I push this update to the live extension.

* Proper support for enable background in popup.html.

* Adjust styles for "Above Title".

Added in 1.06, closing issue for now.