Is your feature request related to a problem? Please describe.
Our cover.html is too big.
Sometimes Chrome can't process it and fails.
Describe the solution you'd like
We can compress the source code embedded into cover.html
JS zlib may be the way to go.
The idea is to compress all the files we're embedding during the cover.html generation and decompress the data on-demain in the browser.