Closed malpunek closed 7 months ago
Hi! Happy you enjoy the tool :)
I have not been able to reproduce this. Can you create a minimal reproduction repo?
The tool should not modify the encrypted page - it only adds a wrapper with the decryption code + payload. Perhaps this was some issue with your website?
Closing this until I have enough info to reproduce this.
First of all thanks for pagecrypt. The tool is great and I love it!
I'm writing a pretty minimal landing page for my html ebook:
It looks like this (on a mobile device):
After encrypting (and decrypting in the browser) the captions are way bigger:
Upon inspecting the elements the styles seem correct. I'm running the encryption with
npx pagecrypt example.html example_crypt.html pass
. Any idea what's causing the issue and how to circumvent it?