kurema
kurema
I noticed some other small issue for the dark theme. They will be fixed in next release.  
Sorry, I forgot to mention that. About highlighting, I think it's also an issue of Bibi. I don't think I can do anything to implement (other than creating a pull...
[v3.2.2.0](https://github.com/kurema/BookViewerApp3/releases/tag/v3.2.2.0) have the experimental dark mode feature. If you turn on the dark mode for Windows and the option below, you can use dark mode in Epub as default. ...
If you really need the highlight feature, updated `Epub.js Reader` seems to have it. You can change the Epub engine in the setting.  
Same here. My situation: * I have two monitors. * Picking layout, changing numbers of rows and columns works fine. * "Space around zones" toggle is ignored. Even when it's...
Nice. But while the toggle did not work I set it to -1 according to some advice. Now this issue is fixed it's obvious for me that there's 1 pixel...
To support dark theme, use[`prefers-color-scheme`](https://developer.mozilla.org/ja/docs/Web/CSS/@media/prefers-color-scheme) of css. My [app](https://github.com/kurema/BookViewerApp3) utilize Bibi to open epub and there's an [issue](https://github.com/kurema/BookViewerApp3/issues/5) for the dark theme. So it should be nice if you implement....
In my scenario, it's ad-blocking of YouTube. You can block ads by removing 2 elements (adPlacements and playerAds) from JSON. And there's 2 ways to do it. 1. Inject JavaScript...
Other Issues mentioned that some headers are missing in WebResourceRequested (I didn't notice). WebResourceResponseReceived can also handle the case like `data:` and maybe cached data. And one more. There's no...