Skip to content

Releases: kurtnettle/yt-pb-calc

1.4

26 Feb 21:24
b8c5848
Compare
Choose a tag to compare

Changelog

  • fix: events were not getting added after delay load of video element.

1.3

28 Dec 13:14
0e6992b
Compare
Choose a tag to compare
1.3

Changelog

  • fix: video element detection
  • fix: duplicate event creation

1.2

11 Nov 18:48
2fbc775
Compare
Choose a tag to compare
1.2

Changelog

  • Fix: empty duration text when no segments in SB.

1.1

18 Sep 21:07
39a7210
Compare
Choose a tag to compare
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 the video 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

17 Sep 21:09
329633c
Compare
Choose a tag to compare
1.0

Initial release.