Update README.md

pull/322/head
Sunshine 1 year ago committed by GitHub
parent 8113509dcf
commit 1bff2c22ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -134,6 +134,20 @@ cat index.html | monolith -aIiFfcMv -b https://original.site/ - > result.html
---------------------------------------------------
## Dynamic content
Monolith doesn't feature a JavaScript engine, hence websites that retrieve and display data after initial load may require usage of additional tools.
For example, Chromium (Chrome) can be used to act as a pre-processor for such pages:
```cli
chromium --headless --incognito --dump-dom https://github.com | monolith - -I -b https://github.com -o github.html
```
---------------------------------------------------
## Proxies
Please set `https_proxy`, `http_proxy`, and `no_proxy` environment variables.

Loading…
Cancel
Save