firefox扩展推荐:userChromeJS
一、userChromeJS
1、userChromeJS 官网下载
http://userchromejs.mozdev.org/
2、userChromeJS 中文论坛脚本收集
http://g.mozest.com/thread-20276-1-1
3、我使用的userChromeJS脚本
auto copy
copyLinkText
LaunchIE
middle mouse paste
Mouse Gestures 介绍:http://i.lvshiminglu.com/blog/159.html
search bar 介绍:http://i.lvshiminglu.com/blog/887.html
二、userChrome.css
/* 隐藏菜单 */
#navigator-toolbox menu[label=”File”],
#navigator-toolbox menu[label=”Edit”],
#navigator-toolbox menu[label=”History”],
#navigator-toolbox menu[label=”View”],
#navigator-toolbox menu[label=”Bookmarks”],
#navigator-toolbox menu[label=”Tools”],
#navigator-toolbox menu[label=”Help”]
{ display: none !important; }
/* 打开多个标签时不显示标签左右箭头 */
.scrollbutton-up,.scrollbutton-down {display:none !Important;}
/* 隐藏搜索栏下拉箭头 */
.search-proxy-button-dropmarker { display:none !important; }
.searchbar-dropmarker-image {display: none !important;}
#search-proxy-button { margin-top: 1px !important;
margin-left: -2px !important; margin-right: 2px !important; }
三、使用说明
userChrome.css 文件和 userChromeJS脚本
都放在firefox配置目录下的chrome文件夹