aboutsummaryrefslogtreecommitdiff
path: root/modules/firefox.home/chrome/customNewTab.uc.js
diff options
context:
space:
mode:
Diffstat (limited to 'modules/firefox.home/chrome/customNewTab.uc.js')
-rw-r--r--modules/firefox.home/chrome/customNewTab.uc.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/firefox.home/chrome/customNewTab.uc.js b/modules/firefox.home/chrome/customNewTab.uc.js
index 3a3a47e..4c8faca 100644
--- a/modules/firefox.home/chrome/customNewTab.uc.js
+++ b/modules/firefox.home/chrome/customNewTab.uc.js
@@ -10,6 +10,10 @@
// Managed in about:config
const NEWTAB_URL_PREF = 'browser.newtab.url'
+ console.log('-------------------------------------------');
+ console.log('-------------------------------------------');
+ console.log('-------------------------------------------');
+
if (!AboutNewTab) {
globalThis.AboutNewTab = ChromeUtils.import('resource:///modules/AboutNewTab.jsm').AboutNewTab;
}
@@ -24,6 +28,10 @@
},
init() {
+ console.log('-------------------------------------------');
+ console.log('init new tab');
+ console.log('-------------------------------------------');
+
module.updateNewTabURL();
Services.obs.addObserver(module.updateNewTabURL, 'newtab-url-changed');
},