aboutsummaryrefslogtreecommitdiff
path: root/modules/firefox.home/autoconfig.js
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-06-06 18:50:40 +0530
committerAkshay Nair <phenax5@gmail.com>2026-06-06 18:50:40 +0530
commita7214b76e3f3a01f8ec6a6f8a9fe49e67765a3c5 (patch)
treef6f26a429d8a27b5623024963fbebdcc8d0881f6 /modules/firefox.home/autoconfig.js
parent210d4bf063d10a723f66029c2a12610e479d172c (diff)
downloadnixos-config-main.tar.gz
nixos-config-main.zip
Changes to firefox configHEADmain
Diffstat (limited to 'modules/firefox.home/autoconfig.js')
-rw-r--r--modules/firefox.home/autoconfig.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/firefox.home/autoconfig.js b/modules/firefox.home/autoconfig.js
index bd9d747..42fe811 100644
--- a/modules/firefox.home/autoconfig.js
+++ b/modules/firefox.home/autoconfig.js
@@ -9,22 +9,6 @@ lockPref('extensions.install_origins.enabled', false);
lockPref('extensions.experiments.enabled', true);
} catch (ex) { console.error(ex); };
-// Setup user chrome support
-try {
- const cmanifest = Services.dirsvc.get('UChrm', Ci.nsIFile);
- cmanifest.append('utils');
- cmanifest.append('chrome.manifest');
- Components.manager.QueryInterface(Ci.nsIComponentRegistrar).autoRegister(cmanifest);
-} catch (ex) { console.error(ex); };
-
-try {
- Services.scriptloader.loadSubScript('chrome://userchromejs/content/BootstrapLoader.js');
-} catch (ex) { console.error(ex); };
-
-try {
- Services.scriptloader.loadSubScript('chrome://userchromejs/content/userChrome.js');
-} catch (ex) {};
-
// Prefs
try {
pref('devtools.theme', 'dark');