From 28d4e148599cfc09873b9ec887a855ab8bf7fbc3 Mon Sep 17 00:00:00 2001 From: aminomancer <33384265+aminomancer@users.noreply.github.com> Date: Fri, 28 Jan 2022 02:55:52 -0800 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53364ec9..632e1653 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,8 @@ get chromeDir() {return traverseToMainProfile('UChrm')}, 11. Save `boot.jsm` and exit. 12. That's it! The scripts that are in your main profile folder should now run in browser toolbox windows, even though they're not in the `chrome_debugger_profile` folder. Make sure you download the [Browser Toolbox Stylesheet Loader](#browser-toolbox-stylesheet-loader) so stylesheets will be loaded too. + +Having done this, make sure your `chrome_debugger_profile` folders do not have `chrome` folders within them, as they will confuse the stylesheet loader. It will think you have special stylesheets for the toolbox and therefore skip loading your main profile stylesheets into the toolbox. If you ever see styles failing to apply in the toolbox, delete your `chrome_debugger_profile` folder. ### **Script conventions:**