PR's welcome! Thumb rule: keep this extension simple.
-
Slow downloading for image-based secondary subitles (e.g., zh-TW, jp) (ref. #8)
- Image-based subtitles come within a Zip archive (a few megs)
- It takes about 30 secs to download the archive in my environment
- Root cause is unknown; wild guess: we don't pick CDN properly
-
Vertical primary subtitles can run outside the view port (ref. #1)
-
Time gap of rendering between primary subtitles and secondary subtitles (ref. #9)
- Show a "What's new" page to the user after updates
-
Performance improvement
- So far we do lots of things brutely in
window.requestAnimationFrame()
- Some procedures in renderer loop might be nonnecessary (some DOM queries ……)
- So far we do lots of things brutely in
-
Refactoring (Well.. it should be a recurrent task and won't be checked ever XD)