当前位置: 网学 > 网络学习 > Firefox火狐教程 > 正文

火狐Firefox配置文件经典技巧

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 13/06/11
Change color of normal tabs */ tab { background-color: rgb(200,196,188) !important; color: gray !important; }   不在动态标签也上使用粗体文本   如果您不想在动态标签页上使用粗体,加下面的代码到 userChrome.css 文件: /* Make the active tab easier to distinguish: */ tab[selected="true"] { font-weight: normal !important; }   从标签栏删除“关闭”按钮   您可以把“关闭”按钮从标签栏删除,把下面代码加到 userChrome.css : /* Remove the close button on the tab bar */ .tabs-closebutton { display: none !important; }   仍然可以关闭标签页,右击标签页选择“关闭标签”或按 Ctrl+W   Remove items from the main menu   有些人为了节省水平空间喜欢把工具栏象菜单一样竖立的放置, 把下面代码加到r userChrome.css : /* Remove the Go and Help menus */ menu[label="Go"], menu[label="Help"] { display: none !important; }

    改变窗口图标   Mozilla Firefox 默认没有使用自己图标而是 Mozilla 图标,在一些系统里系统图标被使用,如果您想使用自己图标,遵循下面的方法   进入您安装 Mozilla F irefox的目录 (如 >C:\Program Files\Firefox\) 下的子目录 Chrome.   建立子目录icons, 在它里面生成子目录 default.   完整的目录现在是 C:\Program Files\Firefox\Chrome\icons\default\   选择您想使用的图标 (在 Windows 平台用 .ico 文件, 在Linux 平台xpm 文件) 放到这个目录重命名为r and main-window.[文件类型], e.g. main-window.ico 在 Windows and在linux main-window.xpm In addition to the main window, you can also change the icon on the Bookmark Manager and JavaScript Console. The icon names are bookmark-window.[filetype] and jsconsoleWindow.[filetype], respectively.   在右边显示侧栏   为了在右边显示侧栏而不是在左边, 把下面代码加到 userChrome.css 文件: /* Place the sidebar on the right edge of the window */ window > hbox { direction:rtl; } window > hbox > * { direction:ltr; }   改变搜索条的宽度   搜索条默认相对比较小,您可以自己以特定数量的像素指定它的宽度,下面代码加到userChrome.css 文件: /* Make the Search box flex wider */ #search-container { -moz-box-flex: 400 !important; } Open external links in new windows or tabs   如果有外部的程序要在默认的浏览器里打开网页,Mozilla Firefox用一个几经存在的窗口打开它,这意味浏览器可能从一个您正在浏览的页面跳转,如果不希望这发生,加下面的代码到 user.js 文件: // Stop reusing active windows: user_pref("advanced.system.supportDDEExec", false);   想打开新标签页而不是窗口怎么办那?What about new tabs instead of windows then? If you prefer tabs instead of windows, 您必须安装Tabbrowser Extensions, 它是一个强有力的标签式浏览的扩展,安装完后按下面的指令来做   确保不要忘记把上面的代码加到 user.js 文件.   选择 工具》选项》扩展, 选择 标签式浏览 单击 设置.   展开目录列表选择最上面的子目录   在“窗口”模式下下拉列表,选择“打开时用多个浏览器”   现在外部的程序打开链接时就会在新的标签页打开。

    使标签栏一直显示   当只有一个标签页的时候标签栏就会隐藏. 为了使标签栏一直显示, 加下面的代码到r user.js 文件: // Disable tab bar autohide feat ure: user_pref("browser.tabs.autoHide", false);   注意当只有一个标签页时您仍然可以

  • 下一篇资讯: Mozilla Firefox技巧拾零
  • 网学推荐

    免费论文

    原创论文

    浏览:
    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
    湘ICP备09003080号