xiaoxiaoflood / firefox-scripts

userChromeJS / autoconfig.js and extensions
Mozilla Public License 2.0
944 stars 83 forks source link

[Styloaix] should create CSS Dir with 0775 #193

Open fuyu0425 opened 1 year ago

fuyu0425 commented 1 year ago

https://github.com/xiaoxiaoflood/firefox-scripts/blob/c9ad50550b18bcce78046362b137613335da997b/chrome/styloaix.uc.js#L354

Lack of execution permission for CSS Dir (rw- instead of rwx) will prevent file saving on MacOS. I manually chmod +x UserStyles and the save function finally works. Not sure whether it's macOS-specific issues.

OS: OSX 10.15.7 Firefox version: Firefox Developer Editor (107.0b2)