jpd-breader
jpd-breader copied to clipboard
asbplayer integration
- Add integration for asbplayer that parses asbplayer subtitle DOM when asbplayer has the "pre-cache subtitle DOM" setting enabled.
- Fix popups not displaying on top of fullscreen video sometimes. This is needed for e.g. Crunchyroll where the popup is hidden by fullscreen video if it's placed inside of
document.body
. A best-effort fix for https://github.com/max-kamps/jpd-breader/issues/59 . - Allow parse requests for text greater than the max parse limit via batching. This enables subtitle files with lots of text to be parsed entirely.