实现插件:Keyconfig
http://mozilla.dorando.at/
var tab = gBrowser.mCurrentTab.boxObject.nextSibling; while(tab) { gBrowser.removeTab(tab); tab = gBrowser.mCurrentTab.boxObject.nextSibling; }