Firefox 89 没有看到 userChrome.css 甚至设置 toolkit.legacyUserProfileCustomizations.stylesheets=true

Firefox 89 doesn't see userChrome.css even set toolkit.legacyUserProfileCustomizations.stylesheets=true

Firefox 刚刚更新,现在看不到 userChrome.css,toolkit.legacyUserProfileCustomizations.stylesheets 设置为 true。我试图通过

隐藏滚动条
html {
    scrollbar-width: none !important;
}

在 firefox 更新之前一切正常。

我已将 chrome/userChrome.css 放入我拥有的每个配置文件文件夹并每次都重新启动 firefox,但它仍然看不到 userChrome.css[=14 中的任何内容=]

--

UDP:

Firefox 仍然看不到我的自定义 css,但如果您想隐藏滚动条,this addon 可以。

尝试将 toolkit.legacyUserProfileCustomizations.stylesheets 设置为 true。根据 How to Create a userChrome.css File(在 userchrome.org 上),Firefox 过去常常在启动时寻找 chrome/userChrome.css,但从 Firefox 69 开始作为默认行为已停止, 以加快启动速度。

widget.non-native-theme.enabled = false

您可以使用 userContent.css 文件代替 userChrome 文件来设置在 Firefox 上实际显示的页面样式