├── .gitignore ├── README.md ├── UNLICENSE ├── index.html └── script.js /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/ -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/innocenat/kindle-epub-fix/HEAD/README.md -------------------------------------------------------------------------------- /UNLICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/innocenat/kindle-epub-fix/HEAD/UNLICENSE -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/innocenat/kindle-epub-fix/HEAD/index.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/innocenat/kindle-epub-fix/HEAD/script.js --------------------------------------------------------------------------------