 // Use your Netscape 6/7 or Mozilla bookmarks in Mozilla Firebird user_pref("browser.bookmarks.file", "/home/jstile/bookmarks.html");
// Path to Cache folder:
user_pref("browser.cache.disk.parent_directory","/tmp");
// This one makes a huge difference. Last value in milliseconds (default is 250)
user_pref("nglayout.initialpaint.delay", 100);

// Instead of download progress windows, use the Sidebar:
user_pref("browser.download.openSidebar", true);
user_pref("browser.download.useProgressDialogs", false);

// Stop reusing active windows:
//user_pref("advanced.system.supportDDEExec", false);



