Hyperchat embeds its custom chat UI inside of an `` which uses a `chrome-extension://...` URL, which means that Yomichan is not able to access that frame.
@FooSoft [https://github.com/FooSoft/yomichan/labels/dictionary format](https://github.com/FooSoft/yomichan/labels/dictionary%20format) lists all the issues I am aware of. Most of them related to Kenkyusha, with some being somewhat cosmetic (due to large size of definitions), whereas a...
#2089 adds link support, which can handle cross references to some extent.
This may be due to the following error that occurs when trying to play audio: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD Basically this error...
This has been reported as a Chromium bug in https://bugs.chromium.org/p/chromium/issues/detail?id=1312816, tracked in #2107.
Can you export your settings file and share it here?
@propretorian The settings file you shared doesn't use the `{audio}` tag for any of the fields. Can you screenshot what your card format looks like in Yomichan's settings, or what...
The audio field should not be the first field; the first field is used as a unique identifier, and `{audio}` cannot be used as one.
I don't believe there is any way to override the input focus of anything outside the webpage, so that would include the address bar, the search input, and other popup-based...
As it stands currently, there's not a generic way to do this that covers all use potential use cases. E.g. if viewing on a `file:` URL, the extension still wouldn't...