Відгуки для Chronotube
Chronotube автор Anton "necauqua" Bulakh
2 відгуки
- Оцінка 5 з 5від Mind your own business, 5 років томуGreat 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!Відповідь розробника
оприлюднено 5 років томуNever 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 - Оцінка 5 з 5від @@, 5 років томуThis 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!Відповідь розробника
оприлюднено 5 років томуYeah 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.