Yay295
Yay295
or use the `\pos()` override
Does the MODE -> USERMODE change fit under this? What's the reason for that anyway?
This *is* actually possible, somewhat. It would be something like: ```javascript // setup let context = new AudioContext(); let gain_node = context.createGain(); let source = context.createMediaElementSource(VideoElement); source.connect(gain_node).connect(context.destination); // change gain...
We already do have some meta information in the page. Our videos aren't liked to MAL though, so we can't do that currently. It seems that most places only allow...
added oEmbed support 28f5ff3af4989c0de347e5c645b2116a6169d3ce
added PlayerJS support 940115dac3eb72898db6039dce166824b22f1595
Is there a specific video it's not working for?
I can see these subtitles in Firefox, Chrome, and Edge: https://openings.moe/?video=Ending1-Magi%3ATheKingdomOfMagic
> When file: is used as a scheme we don't exactly have the http: scheme rules anymore. Especially on Windows, ironically. Because Windows uses `\` as its path separator, it's...
I think there are more tests that can be parametrized. I left a comment with some of them on your pull request.