diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-06-06 18:50:40 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-06-06 18:50:40 +0530 |
| commit | a7214b76e3f3a01f8ec6a6f8a9fe49e67765a3c5 (patch) | |
| tree | f6f26a429d8a27b5623024963fbebdcc8d0881f6 /modules/firefox.home/autoconfig.js | |
| parent | 210d4bf063d10a723f66029c2a12610e479d172c (diff) | |
| download | nixos-config-main.tar.gz nixos-config-main.zip | |
Diffstat (limited to 'modules/firefox.home/autoconfig.js')
| -rw-r--r-- | modules/firefox.home/autoconfig.js | 16 |
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'); |
