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年前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.