Added preloaded scripts that load before the window is created

This commit is contained in:
mauro-balades
2024-10-06 14:03:35 +02:00
parent a1cccb1ca4
commit 2a764eaf7a
5 changed files with 19 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
# This needs to be here, before all the other scripts, because it's used before
# the window is fully loaded.
<script src="chrome://browser/content/zen-components/ZenCommonUtils.mjs" async="true"/>
<script src="chrome://browser/content/zen-components/ZenKeyboardShortcuts.mjs" />