From a7214b76e3f3a01f8ec6a6f8a9fe49e67765a3c5 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 6 Jun 2026 18:50:40 +0530 Subject: Changes to firefox config --- modules/firefox.home/autoconfig.js | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'modules/firefox.home/autoconfig.js') 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'); -- cgit v1.3.1