[表示 : 全て 最新50 1-99 101- 201- 301- 401- 501- 601- 701- 801- 2chのread.cgiへ]
Update time : 05/09 15:24 / Filesize : 194 KB / Number-of Response : 845
[このスレッドの書き込みを削除する]
[+板 最近立ったスレ&熱いスレ一覧 : +板 最近立ったスレ/記者別一覧] [類似スレッド一覧]


↑キャッシュ検索、類似スレ動作を修正しました、ご迷惑をお掛けしました

Mozilla Firefox Part89



400 名前:名無しさん@お腹いっぱい。 mailto:sage [2008/06/20(金) 00:00:50 ID:GJufGefe0]
>>389
ありがとう、出来た・・・すげーめんどくさいけどwww
あと日本語が含まれるとスクリプトが動かないっぽい感じの挙動だったから苦労したわwww


>>395
1.userChrome.js.xpi をインストール
2.userChrome.jsに追加
/* :::::::: Sub-XUL Loader ::::::::::::::: */
// automatically includes all files ending in .uc.xul from the profile's chrome folder
(function() {
var chromeDir = Components.classes["@mozilla.org/file/directory_service;1"].getService(Components.interfaces.nsIProperties).get("UChrm", Components.interfaces.nsILocalFile);
var files = chromeDir.directoryEntries.QueryInterface(Components.interfaces.nsISimpleEnumerator);
if(files.hasMoreElements()) loadXUL(files);

function loadXUL(files) {
var file = files.getNext().QueryInterface(Components.interfaces.nsIFile);
if (/\.uc\.xul$/i.test(file.leafName)) {
document.loadOverlay(Components.classes["@mozilla.org/network/io-service;1"].getService(Components.interfaces.nsIIOService).getProtocolHandler("file").QueryInterface(Components.interfaces.nsIFileProtocolHandler).getURLSpecFromFile(file), null);
}
if(files.hasMoreElements()) setTimeout(loadXUL, 0, files);
}
})();
3.userChrome.jsのフォルダにsearchbutton.uc.xulもぶっ込む
4.searchbutton.uc.xulを編集してボタンの追加(適当に)






[ 続きを読む ] / [ 携帯版 ]

全部読む 前100 次100 最新50 [ このスレをブックマーク! 携帯に送る ] 2chのread.cgiへ
[+板 最近立ったスレ&熱いスレ一覧 : +板 最近立ったスレ/記者別一覧]( ´∀`)<194KB

read.cgi ver5.27 [feat.BBS2 +1.6] / e.0.2 (02/09/03) / eucaly.net products.
担当:undef