raybaxter (owner)

Revisions

gist: 60117 Download_button fork
public
Description:
A sequence of Shell commands to enable a special purpose Firefox browser for web development, or any other purpose. See http://67central.com/bc/2009/02/07/single-purpose-web-dev-browser/ from more details.
Public Clone URL: git://gist.github.com/60117.git
WebFox
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Make a copy of Firefox
cp -pr /Applications/Firefox3.app /Applications/WebFox.app
 
# Create a new profile, I called mine WebFox
WebFox.app/Contents/MacOS/firefox-bin -P
 
# I used my existing profile as a baseline, you might not want to
cd ~/Library/Application\ Support/Firefox/Profiles/
rm -fr 40of1s4x.WebFox/
cp -pr u5qu37ob.default 40of1s4x.WebFox
 
# Change the Bundle Name to "WebFox"
open /Applications/WebFox.app/Contents/Info.plist
 
# Change launch-ff command to (no quotes)
# "/Applications/WebFox.app/Contents/MacOS/firefox-bin -P WebFox"
vi /Applications/WebFox.app/Contents/MacOS/launch-ff
 
# CFBundleName is WebFox for display in tool bar.
# You probably need the Developer Tools installed for this to work
open /Applications/WebFox.app/Contents/Resources/en.lproj/InfoPlist.strings