文章来源:http://blog.chinaunix.net/uid-8203698-id-3145151.html

菜单按钮,地址栏,搜索栏,导航按钮,扩展插件按钮,书签按钮,书签栏,标签工具栏,所有这些都整合在2行工具栏里。实现了网页显示区域最大化,并且可以一键点击最常用项目。

设置说明:其实这个界面的第一行是火狐默认的标题栏,这个界面隐藏了火狐标题栏的文字,然后把所有的项目(除了标签工具栏)都移动到了标题栏上。所有的设置都是通过userchrome.css配置文件完成。如果有同学想了解如何使用userchrome.css文件可以搜索一下,网上到处都是,而且很简单。

这个界面的userchrome.css文件内容

/* 修改书签菜单栏 */
#organizeBookmarksSeparator {display: none !important;}
menuitem#subscribeToPageMenuitem {display: none !important;}
menu#subscribeToPageMenupopup {display: none !important;}
menuitem#menu_bookmarkAllTabs {display: none !important;}
#bookmarksToolbarSeparator {display: none !important;}
menu#bookmarksToolbarFolderMenu {display: none !important;}
menuitem#menu_unsortedBookmarks {display: none !important;}
menuitem#sync-setup {display: none !important;}
menuitem#sync-syncnowitem {display: none !important;}
menuitem#menu_bookmarkThisPage {display: none !important;}/* 隐藏列出所有标签页按钮*/
.tabs-alltabs-button {display:none !important;} /*隐藏页面右键菜单*/
#context-forward, /*前进*/
#context-back, /*后退*/
#context-reload, /*刷新*/
#context-stop, /*停止*/
#context-selectall,/*全选*/
#context-savepage,/*网页另存为*/
#context-setDesktopBackground,/*设为桌面背景*/
#context-sep-stop, /*停止下面的分割线*/
#context-bookmarkpage, /*此页面加入书签*/
#context-sendlink, /*发送链接到*/
#context-sendpage, /*发送页面链接到*/
#context-sep-copyimage, /*复制图片下面的分割线*/
#context-saveimage, /*图片另存为*/
#context-sendimage, /*发送图片到*/
#context-setDesktopBackground, /*设置为桌面背景*/
#context-savelink, /*链接另存为*/
/*#context-openlink, 在新窗口打开链接*/
/*#context-sep-open, 打开新窗口下面的分割线*/
#context-bookmarklink, /*此链接加入书签*/
#context-sep-selectall, /*全选下面的分割线*/
/*#context-searchselect, 使用默认搜索引擎搜索关键字*/
#spell-check-enabled, /*拼写检查*/
#spell-separator, /*拼写检查分割线*/
#inspect-separator, Inspect Element分割线*/
#context-inspect /*Inspect Element*/
{display: none !important;}/*修改地址栏*/
#urlbar-container { min-width: 350px !important; max-width: 350px !important;}
#feed-button {display:none !important; }
#identity-box{display:none !important;}
#urlbar-icons{display:none !important;}
#urlbar {height:25px !important;}
#urlbar {font-size: 12px !important; }
#urlbar[level] .autocomplete-textbox-container {background-color: #D0F2C4 !important;}/*修改awesome bar*/
.ac-comment {font-size: 12px !important; }
.ac-url-text {font-size: 12px !important; }/*开始精简界面,修改tabstoolbar, navigation bar, titlebar*/
/* Tabstrip */
#TabsToolbar {
min-height: 0 !important;
padding: 0 !important;
-moz-box-shadow: none !important;
}#titlebar {position: fixed !important;} #navigator-toolbox[tabsontop="true"] > #nav-bar {border: 0px !important;}/* 去除多余的按钮,这个按钮会挡住导航栏标签 */
#titlebar-buttonbox {display:none !important;}/* 修改火狐按钮 */
#appmenu-button {
list-style-image:url("chrome://branding/content/icon16.png");
min-width: 50px ! important;
max-width: 50px ! important;
height: 23px !important;
margin-top: 6px !important;
padding-left: 3px !important;
padding-right: 3px !important;
padding-top: 3px !important;
/* background-color: #b4b3b3 !important; */
/* color: #b4b3b3 !important; */
/* text-shadow: 0 0 2px #333 !important; */
}
#appmenu-button .button-text {display: none !important;}
#appmenu-button dropmarker {display: none !important;}/*调整menubar, nav-bar, tabstoolbar间距*/
#navigator-toolbox[tabsontop="false"] #TabsToolbar {
margin-top: 1px !important;
}#toolbar-menubar,
#navigator-toolbox[tabsontop="false"] #nav-bar,
#navigator-toolbox[tabsontop="true"] #TabsToolbar {
padding-left: 50px !important; /* 用户可能需要调整这里的这个参数。75px适用于原版。85适用于Lawlietfox版。90适用于Lawlietfox版的界面小按钮。50适用于Lawlietfox版的界面小按钮+Appmenu文字修改为图标 */
}#main-window[sizemode="fullscreen"] #toolbar-menubar,
#main-window[sizemode="fullscreen"] #navigator-toolbox[tabsontop="false"] #nav-bar,
#main-window[sizemode="fullscreen"] #navigator-toolbox[tabsontop="true"] #TabsToolbar {/* padding-top: 3px !important; */
padding-right: 0px !important;
margin-top: 6px !important;
}#main-window:not([sizemode="fullscreen"]) #toolbar-menubar,
#main-window:not([sizemode="fullscreen"]) #navigator-toolbox[tabsontop="false"] #nav-bar,
#main-window:not([sizemode="fullscreen"]) #navigator-toolbox[tabsontop="true"] #TabsToolbar {
/* 如果需要拖拉标题栏移动窗口,将3px改成15px */
/* padding-top: 10px !important; */
margin-top: 6px !important;
padding-right: 105px !important;
}/* 结束精简界 *//*修改书签栏文字颜色和大小*/
#personal-bookmarks toolbarbutton.bookmark-item .toolbarbutton-text {
color: #ece1e1 !important;
text-shadow: 0 0 1px black !important;
font-size: 15px !important;
}/*隐藏书签栏中书签图标*/
#personal-bookmarks toolbarbutton.bookmark-item .toolbarbutton-icon {
display: none !important;
}/*修改书签栏中书签间距*/
#personal-bookmarks toolbarbutton.bookmark-item {
margin-left: 1px !important;
}/*隐藏bookmarks menu button里面不需要的菜单项*/
menuitem#BMB_viewBookmarksToolbar {display: none !important;}
menuitem#BMB_viewBookmarksToolbar menuseparator {display: none !important;}
menuitem#BMB_bookmarkThisPage {display: none !important;}
menuitem#BMB_subscribeToPageMenuitem {display: none !important;}
menu#BMB_subscribeToPageMenupopup {display: none !important;}
menu#BMB_subscribeToPageMenupopup menuseparator {display: none !important;}
menuitem#BMB_unsortedBookmarks {display: none !important;}

火狐Firefox最简洁界面设置相关推荐

  1. Android安卓手机版火狐浏览器设置简洁主页

    Android安卓手机版火狐浏览器设置简洁主页 以下内容全部为本人原创.测试过,非网络复制粘贴文本. 写作时间:2018年9月 安卓系统版本:8.1.0 手机品牌:华为 Firefox版本:62.0. ...

  2. Web调试工具:火狐Firefox插件Firebug介绍

    Web调试工具:火狐Firefox插件Firebug介绍 什么是Firebug Firebug是Firefox下的一款开发类插件,现属于Firefox的五星级强力推荐插件之一.它集HTML查看和编辑. ...

  3. 火狐firefox插件配合scrapy,注意tbody会导致empty

    有2个常有插件,一个是xpath checker,一个是firepath(配合firebug) xpath checker是个好东西,不仅可以分析,还可以验证自己抽取的xpath是否正确 但xpath ...

  4. 欢迎火狐FireFox正式进入中国

    1月18日,Mozilla基金会首次宣布:2007年,Firefox浏览器正式进入中国市场:同时,Mozilla基金会将在中国设立办事处. 为什么火狐浏览器Firefox进入中国值得我们欢迎?因为这是 ...

  5. 让火狐firefox朗读文本

    平时很多时间都是用火狐firefox泡在网上,有时候觉得眼睛痛的时候就希望可以有人替我朗读一下文章. 之前一直在用2nd Speech Center.可惜,稳定性实在是-- 所以,我希望可以找到一个可 ...

  6. 打造前端 Deepin Linux 工作环境——安装最新版本的火狐firefox浏览器

    打造前端 Deepin Linux 工作环境--安装最新版本的火狐firefox浏览器 尝试使用 apt-get 命令安装火狐浏览器,但是,居然是 55 的版本,而最新的已经是 56 了.当然,这并不 ...

  7. 3.★Deepin Linux 下火狐firefox浏览器安装★

    1.本人的笔记本是华为的 Deepin Linux ,自己一不小心删除了火狐firefox浏览器,所以又亲自安装上,所以分享一下. 2.打开终端,进入root xgj@xgj-PC:~$ su 密码: ...

  8. 火狐Firefox地址栏搜索引擎修改方法!

    火狐Firefox地址栏搜索引擎修改方法. 在中国,大众都还是比较熟悉百度, 但是火狐Firefox地址栏搜索引擎默认是google. 那么习惯用Firefox的朋友该怎么办呢?有没有什么办法可以修改 ...

  9. 火狐(FireFox)黑客常用插件

    火狐(FireFox)黑客常用插件 经常重装FF就会忘记一些插件,写下了便于记忆.安装技巧(Shift+Ctrl+A)或者工具-附加组件,搜索下列工具,有的需安装后重启. 1.HackBar 2.Ta ...

最新文章

  1. NLP-Progress记录NLP最新数据集、论文和代码: 助你紧跟NLP前沿
  2. C 引用和指针的区别
  3. 什么是 Visual VM?
  4. windowsphone7高级编程中提到的地址
  5. Python绘制图形之Matplotllib绘图
  6. php include不可用,无法设置PHP include_path
  7. SAP License:客户统驭科目某天余额取数逻辑
  8. C++11中智能指针的原理、使用、实现
  9. 泛函分析 04.05 有界线性算子 - 闭算子与闭图像定理
  10. MySQL数据库主从双向同步
  11. 湖北飞young使用任意路由器教程
  12. SpringBoot + Vue 结合支付宝支付(1)-- 准备工作
  13. ①变量、常量、数据类型解释 ②标识符命原则 ③sizeof使用原则 ④float型科学计数法 ⑤字符转换到ASCII表 ⑥\t 的使用意义【黑马程序员视频】
  14. Jmeter+Jenkins+Ant接口自动化测试平台搭建(Mac)(一)
  15. 布朗的计算机排名,布朗计算机工程硕士排名,千万好好考查
  16. 福州大学计算机组成原理试题,2016年福州大学计算机专业基础D复试之计算机组成原理考研复试题库...
  17. 英语基础句型结构------起源
  18. 3-6岁经典绘本分级大推荐,给孩子先收藏起来
  19. web版文件管理系统_Vue.js与Lumen组合框架的大创项目管理系统架构方案
  20. 跨平台大行其道 CocoaChina开发者大会落幕

热门文章

  1. 高性能MySQL -- 查询性能优化
  2. MySQL高性能和高可用方案
  3. mcnpf5输出结果_MCNP学习笔记-计数卡F6
  4. C#控件中的KeyDown、KeyPress 与 KeyUp事件浅谈
  5. 100个Myeclipse6.5免费注册码
  6. Springboot项目install打包-某些输入文件使用了未经检查或不安全的操作。分析与解决
  7. python表达式3 5_运行以下Python中表达式后,X的值为是x=3==3,5A.3B.5C.(True,5)D.(False,5)...
  8. 人工智能安全政策与标准
  9. webpack加载css样式 ----css相关loader
  10. oracle修改open_cursors,oracle的open_cursors问题探究