nodeSavePageWE icon indicating copy to clipboard operation
nodeSavePageWE copied to clipboard

Fork of SavePageWE Chrome Extension adapted for Node.js plus Puppeteer (updated 2023): converts a website into a self-contained single html file

Results 2 nodeSavePageWE issues
Sort by recently updated
recently updated
newest added

I'm able to scrape most URLs successfully, but some like `https://about.gitlab.com/` are failing and hanging with the following traceback: ``` $ node --trace-warnings index.js (node:17868) UnhandledPromiseRejectionWarning: Error: Protocol error (Runtime.callFunctionOn):...

Hey Mark, Thank you for putting this solution together. I was wondering instead of using the client part of the code which needs to be run in the chrome context,...