html - Firefox 89 看不到 userChrome.css 甚至设置 toolkit.legacyUserProfileCustomizations.stylesheets=true

标签 html css firefox scrollbar userchrome.css

Firefox 刚刚更新,现在看不到 userChrome.css,toolkit.legacyUserProfileCustomizations.stylesheets 设置为 true。我试图隐藏滚动条

html {
    scrollbar-width: none !important;
}
在 Firefox 更新之前一切正常。
我已将 chrome/userChrome.css 放入我拥有的每个配置文件文件夹并每次都重新启动 firefox,但它仍然没有从 userChrome.css 中看到任何内容
——
数据传输协议(protocol):
Firefox 仍然看不到我的自定义 css,但是如果您想隐藏滚动条,this addon作品。

最佳答案

widget.non-native-theme.enabled = false

关于html - Firefox 89 看不到 userChrome.css 甚至设置 toolkit.legacyUserProfileCustomizations.stylesheets=true,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67834839/

相关文章:

javascript - Ondblclick 和 Dblclick 之间的区别

Jquery scrollTop 在 Firefox 中无法正常工作

Linux Firefox 上的 Jquery slideToggle 字体问题

html - 如何将 Paper-radio-button 设置为普通单选按钮?

jquery - 为包括当前元素在内的子元素委托(delegate)事件

html - 如何通过家具库中的存储 API 上传数据 3D 模型

css - 什么时候使用 GWT ensureInjected()?

html - 如何获得 2d 转换 css 垂直方式

javascript - 挖空标签装订

javascript - 确定用户是否单击了主页按钮/应用程序是否未激活[Firefox OS]