Pógódnośenja za Chronotube
Chronotube wót Anton "necauqua" Bulakh
Pógódnośenja wót Mind your own business
Z 5 z 5 pógódnośony
wót Mind your own business, viisi vuotta sittenGreat little addon, I use FF Nightly so this helps when I restart the browser and have 20 half watched videos that I don't want to lose the position on.
Unfortunately this addon will clutter the history but it's not the author's fault. This is an issue with window.history.replaceState being mostly broken: https://bugzilla.mozilla.org/show_bug.cgi?id=753264
The only fix I can see is manipulating the browser history to remove all the old entries. I hope the author will consider this as an option.
Update: Thanks for the update!
Unfortunately this addon will clutter the history but it's not the author's fault. This is an issue with window.history.replaceState being mostly broken: https://bugzilla.mozilla.org/show_bug.cgi?id=753264
The only fix I can see is manipulating the browser history to remove all the old entries. I hope the author will consider this as an option.
Update: Thanks for the update!
Wótegrono wuwijarja
jo se napisał viisi vuotta sittenNever thought about using an actual WebExtension api (I am in an addon now after all, not simply in userscript) to remove the excess history items, it was very simple to do and worked flawlessly, thanks!
Next update today or tomorrow with Twitch VOD's and this great workaround (along with other very minor changes).
Edit:
update released, now it's perfect
> restart the browser and have 20 half watched videos
YES, exact reason I made this in the first place, as userscript at first and then an addon so I have it anywhere
Next update today or tomorrow with Twitch VOD's and this great workaround (along with other very minor changes).
Edit:
update released, now it's perfect
> restart the browser and have 20 half watched videos
YES, exact reason I made this in the first place, as userscript at first and then an addon so I have it anywhere
2 pógódnośeni
- Z 5 z 5 pógódnośonywót @@, viisi vuotta sittenThis works great in conjunction with the play-with extension by grmat since now mpv, my media player, will automatically start the video at the right time code!
thanks, good job!Wótegrono wuwijarja
jo se napisał viisi vuotta sittenYeah I've noticed that mpv opens at the right time too :)
Also an update with Twitch VOD timecodes is coming (learned recently that they have them too)
And this addon completely clutters the history no matter what (I used replaceState so it should've work ok) because thats how firefox works atm I guess.