summaryrefslogtreecommitdiff
path: root/firefox/user.js
blob: 9045107fe21e85e373ce491916e8fc42d435c56c (plain)
1
2
3
4
5
6
7
8
9
10
11
// Allow chrome/userChrome.css
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);

// Force all links to open in the same window.
user_pref("browser.link.open_newwindow", 1);

// Disable horrible tab switcher.
user_pref("browser.ctrlTab.recentlyUsedOrder", false);

// Disable horrible new tab page.
user_pref("browser.newtabpage.enabled", false);