Releases: kurtnettle/yt-pb-calc
Releases · kurtnettle/yt-pb-calc
1.4
1.3
Changelog
- fix: video element detection
- fix: duplicate event creation
1.2
Changelog
- Fix: empty duration text when no segments in SB.
1.1
Changelog
-
Fix the video speed and duration extraction method.
Previously, it was using MutationObserver to keep track of the video playback speed and set duration but now it directly fetching data from thevideo
element. (I just started learning JS :p) -
Add support for SponsorBlock Addon.
Now the calculated playback time will be shown based on the SponsorBlock after skip duration.
1.0
Initial release.