bunglegrind
bunglegrind
> Hello, You can modify the docker_bind_to_windows_path function in the container_monitor.py scritp. Adding a different regular expression and checking both, the old and new one and then making the exe...
Hi Adam, there is something in your code that I really don't get...possibly related to this issue. In file extractHtml.js, it looks like lines 329-335 (which are related to the...
It looks like Chrome is not affected...only Firefox
I see, I've tried to follow your code execution...and I think I found the bug. I guess the problem is when you inject the custom css style in the page...
Very good!
I've updated the PR since minified styles weren't working correctly.
It seems that adding "display" to the array supportedCss in https://github.com/alexadam/save-as-ebook/blob/12a4cbb0813742a9617e30e73497f8cd9e403c41/web-extension/extractHtml.js#L38 fixes the issue
well, that's the same for padding
...and font
you can remove the nodes you don't want using the custom CSS rules setting display to none!important. consider what I've written in the first post of issue #50, for instance