改变窗口图标 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); 注意当只有一个标签页时您仍然可以