forked from icpantsparti/browser-bits
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuser.js
21 lines (21 loc) · 1.33 KB
/
user.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*******************************************************************************
/* [FIREFOX-PROFILE-FOLDER]/chrome_debugger_profile/user.js
/*------------------------------------------------------------------------------
/* File/Update : https://raw.githubusercontent.com/icpantsparti2/browser-bits/main/firefox-style/chrome_debugger_profile/user.js
/* Version : 2023.10.23
/* License (MIT): https://raw.githubusercontent.com/icpantsparti2/browser-bits/main/LICENSE
/* Project : https://github.com/icpantsparti2/browser-bits
/* Disclaimer : Use with care at your own risk
/******************************************************************************/
//user_pref("devtools.editor.autoclosebrackets", false);
//user_pref("devtools.inspector.showUserAgentStyles", true);
user_pref("devtools.selfxss.count", 5);
user_pref("devtools.styleeditor.showAtRulesSidebar", false);
//user_pref("devtools.theme", "dark");
//user_pref("devtools.webconsole.groupWarningMessages", false);
//user_pref("devtools.webconsole.input.autocomplete", false);
//user_pref("devtools.webconsole.input.eagerEvaluation", false);
//user_pref("devtools.webconsole.input.editor", true);
user_pref("devtools.webconsole.input.editorOnboarding", false);
//user_pref("devtools.webconsole.input.editorWidth", 200);
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);