In the PC implementation and Firefox mobile version of the same scroll page automatically hide navigation bar
firefox移动版有个滑动页面浏览时自动隐藏导航栏的功能,这个功能很机智,能够最大化的同时让你尽量无感。然后想在pc实现这个功能,搜了一下发现uc.js配置还是可以在最新的firefox 105生效的于是就自己做了这个scrollHideNavigator.uc.js
Firefox v117使用方法 https://zhuanlan.zhihu.com/p/654088682 v117之前的版本可以参考下面的
1、将上面environment文件夹内的zip文件下载下来,其中fx-folder.zip解压复制到firefox的安装目录,另一个utils_scripts_only.zip待会再操作
2、打开firefox配置文件夹,打开路径:菜单>帮助>更多排障信息,之后再找到配置文件夹一栏中的打开文件夹按钮,
3、点击打开文件夹按钮后就打开了firefox配置文件夹,然后在此新建个“chrome”名字的文件夹,将utils_scripts_only.zip解压复制到chrome,
4、之后将scrollHideNavigator.uc.js也复制到chrome文件夹
5、 地址栏打开 about:config
搜索 toolkit.legacyUserProfileCustomizations.stylesheets
设置为 true
6、重启firefox,大功告成。
environment文件来源 https://github.com/xiaoxiaoflood/firefox-scripts https://github.com/Endor8/userChrome.js/tree/master