Skip to content

Instantly share code, notes, and snippets.

@tmonjalo
tmonjalo / list-fftabs.py
Last active March 7, 2025 10:31
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
"""