Replies: 1 comment
-
A simple script here: https://github.com/kkocdko/utils4linux/blob/master/booker/booker OriginHook
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I usually use pdf.js as my local PDF books viewer because it's more convenient to view in browser tabs instead of another standalone window. Hovever the Chromium's PDF implement seem sucks for huge files so here some hacky tips with implement:
showText()
and modify text layer to visable, to improve the performance a lot.disableAutoFetch: true, disableStream: true
in pdf.js to prevent this.(yeah I knew that these files were also sucks because their maker, pirated of course, didn't care about optimization)
(not a native english speaker sorry
Beta Was this translation helpful? Give feedback.
All reactions