Skip to content

Instantly share code, notes, and snippets.

@yarwelp
Last active January 7, 2016 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yarwelp/c5271b00db70da30575b to your computer and use it in GitHub Desktop.
Save yarwelp/c5271b00db70da30575b to your computer and use it in GitHub Desktop.
Personal Web Archive

Personal Web Archive

Document ID: d4e40efe-ffbe-47ec-b9ce-305d201db499

Screenshot utility with GUI: Shutter. Ubuntu: apt-get install shutter.

Firefox

  1. New Private Window (Ctrl+Shift+P)
  2. Developer -> Network (Ctrl+Shift+Q)
  3. Load page
  4. Save All As HAR
  5. mv file $( stat --format=%Y file )-$( sha1sum file | cut -d' ' -f1 ).har
  6. Hide Developer Tools (Ctrl+Shift+Q)
  7. "Select a window with your mouse" using Shutter.
  8. Save screenshot as PNG with same filename as the HAR, except with png extension.
  9. Close tab in Private Window (Ctrl+W)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment