Mozilla Firefox Part77
at SOFTWARE
301:名無しさん@お腹いっぱい。
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);
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5316日前に更新/97 KB
担当:undef