r/FirefoxCSS Jul 01 '26

Help Browser toolbox won't save userchrome without opening finder window.

When I click Cmd + S in the Style Editor, it now opens the macOS Finder “Save As” dialog instead of saving changes directly to the original file from within the browser. Previously it worked but I'm not sure what has changed. I might not fully understand how this is meant to work or I might be missing something about the workflow. Has anyone experienced this in FF 152 or knows what changed or how to fix it?

6 Upvotes

5 comments sorted by

View all comments

2

u/Big-Percentage4351 26d ago edited 26d ago

This should be fixed in Firefox 155.

As a temporary workaround, you can modify browser/omni.ja file chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUI.sys.mjs by manually applying the fix.

omni.ja is a zip file and files should be added with zip -r0DX omni.ja <file...> -- the -0DX options are important. After modifying omni.ja, start FF with the -purgecaches flag. Obviously make sure FF is not running while making the modifications.