diff --git a/userChrome.xml b/userChrome.xml index 8285e5a..45c4745 100644 --- a/userChrome.xml +++ b/userChrome.xml @@ -9,6 +9,9 @@ https://opensource.org/licenses/MIT 0) { document.loadOverlay(xulFiles.shift(), null); - setTimeout(loadXUL, 0); + setTimeout(loadXUL, 5); } }, 0); ]]>