Skip to content

Instantly share code, notes, and snippets.

View j1o1h1n's full-sized avatar

John Lehmann j1o1h1n

  • Sydney, Australia
View GitHub Profile
@tmonjalo
tmonjalo / list-fftabs.py
Created September 13, 2018 10:42
List all Firefox tabs with title and URL
#! /usr/bin/env python3
"""
List all Firefox tabs with title and URL
Supported input: json or jsonlz4 recovery files
Default output: title (URL)
Output format can be specified as argument
"""