Skip to content

Instantly share code, notes, and snippets.

@dmose
Created November 9, 2022 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmose/6882a2dfd9d3317e1db29b2bedfbedd2 to your computer and use it in GitHub Desktop.
Save dmose/6882a2dfd9d3317e1db29b2bedfbedd2 to your computer and use it in GitHub Desktop.
// Mozilla User Preferences
// DO NOT EDIT THIS FILE.
//
// If you make changes to this file while the application is running,
// the changes will be overwritten when the application exits.
//
// To change a preference value, you can either:
// - modify it via the UI (e.g. via about:config in the browser); or
// - set it within a user.js file in your profile.
user_pref("browser.newtabpage.activity-stream.asrouter.debugLogLevel", "error");
user_pref("browser.warnOnQuit", false);
user_pref("browser.warnOnQuitShortCut", false);
user_pref("browser.aboutConfig.showWarning", false);
user_pref("devtools.webconsole.timestampMessages", true);
user_pref("browser.startup.couldRestoreSession.count", -1);
user_pref("browser.shell.checkDefaultBrowser", false);
user_pref("toolkit.telemetry.overrideUpdateChannel", "release");
user_pref("messaging-system.rsexperimentloader.collection_id", "nimbus-preview");
user_pref("nimbus.debug", true);
user_pref("browser.ping-centre.log", true);
user_pref("messaging-system.log", "all");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment