Skip to content

Instantly share code, notes, and snippets.

@mirogula
mirogula / session2html.py
Last active May 9, 2022 09:34 — forked from warner/make-html.py
Convert Firefox sessionstore.js file to html.
#!/usr/bin/python
################################################################################
# usage: session2html.py [-h] -s SESSION_FILE [-o OUTPUT_FILE]
#
# Convert Firefox sessionstore.js file to html.
#
# optional arguments:
# -h, --help show this help message and exit
# -s SESSION_FILE session file to be converted