08/02/02 15:18:51 UNCgGJjI0
>>299
userchrome.js導入で
// open in New Tab from location bar
BrowserLoadURL = function(event,post){
gBrowser.userTypedValue = content.window.document.URL;
if((event && event.altKey) ||
gURLBar.value.match(/^javascript:/) ||
gBrowser.userTypedValue == 'about:blank')
loadURI(gURLBar.value,null,post,true);
else gBrowser.loadOneTab(gURLBar.value,null,null,post,false,true);