Skip to content

Instantly share code, notes, and snippets.

@dstensnes
dstensnes / firefox.sh
Last active February 26, 2024 04:18
Firefox profile wrapper script
#! /bin/sh
##### DESCRIPTION #####
# This is a small wrapper script for running firefox with multiple profiles.
# By default it just wraps the normal firefox executable functionality, but
# appends a path to a profile named "default".
#
# You can create additional profiles like this:
# firefox normal netflix 'https://www.netflix.com/'
#
html,body,iframe,div#content {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
min-height: 100%;
border: 0;
background-color: #000000;
overflow: hidden;
}