RSSAmplifier

Don Marti · Jul 21, 2026

Starting Firefox with a temporary profile

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

I have been starting Firefox with temporary throwaway profiles (for research and testing purposes), and wrote this to make it a little faster. #!/usr/bin/env python3 from os import path from subprocess import run from sys import argv from tempfile import TemporaryDirectory # Script to run Firefox with a temporary profile. # Takes one optional argument, URL to open. # Reference #…

Read on blog.zgp.org

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.