Skip to content

Instantly share code, notes, and snippets.

@rhein
rhein / create_firefox_app.py
Created January 27, 2020 11:09 — forked from tsbertalan/create_firefox_app.py
Largely automate the process of making a special-purpose Firefox profile without window chrome.
#!/usr/bin/env python
from __future__ import print_function
import argparse
from os import system
from glob import glob
from os.path import join, expanduser
HOME = expanduser('~')