firefox"关闭右侧标签页"功能的实现代码

实现插件:Keyconfig

http://mozilla.dorando.at/

var tab = gBrowser.mCurrentTab.boxObject.nextSibling;
while(tab) {
gBrowser.removeTab(tab);
tab = gBrowser.mCurrentTab.boxObject.nextSibling;
}

 

posted @ 2015-03-19 20:05  蒙面  阅读(385)  评论(0编辑  收藏  举报