Results 173 comments of 

Sandbox support on Firefox: https://bugzilla.mozilla.org/buglist.cgi?product=WebExtensions&quicksearch=sandbox

> Alternative solutions include embedding the entire Yomichan into an Electron app that displays popups on demand and communicates with mpv to get the subtitles May be possible to create...

A long time ago, I looked into seeing if Yomichan could work as an addon to Thunderbird with no success. So as far as integration with a native application, probably...

Using [ajv](https://ajv.js.org/) poses some issues related to content security policy if not compiled: https://ajv.js.org/guide/environments.html#browsers

One place where ajv wouldn't be able to be used is profile condition validation. Profile conditions are translated to JSON schemas, which are then parsed using [JsonSchema](https://github.com/FooSoft/yomichan/blob/master/ext/js/data/json-schema.js). Since ajv uses...

Can you explain what you mean by "not properly scanned"? Can you show an example of what you are/were seeing?

The reason why this happens is because the kana conversions convert the entire term, not only certain characters. Therefore, the reason why `テンパった` works and `テンパッた` doesn't is because `テンパッた`...

This is because the JMdict dictionary data doesn't list the part-of-speech for nouns. It lists `n` and `adj-na` as tags, but this is not the same as part-of-speech.

Should be good to push to stable.