Skip to content

Instantly share code, notes, and snippets.

@Brandon7CC
Created March 24, 2024 23:33
Show Gist options
  • Save Brandon7CC/4b9c6ad6dc2f5f1189fa8bc038a13332 to your computer and use it in GitHub Desktop.
Save Brandon7CC/4b9c6ad6dc2f5f1189fa8bc038a13332 to your computer and use it in GitHub Desktop.
Google Chrome page save after JS
#!/bin/zsh
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \
--headless --incognito --dump-dom https://github.com > /tmp/github.html
@Brandon7CC
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment