Análises de Chronotube
Chronotube por Anton "necauqua" Bulakh
2 análises
- Avaliado em 5 de 5por Mind your own business, há 5 anosGreat 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!Resposta do desenvolvedor
publicado há 5 anosNever 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 Resposta do desenvolvedor
publicado há 5 anosYeah 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.