firefox userChrome.js greasemonkeyスレ 5at SOFTWARE firefox userChrome.js greasemonkeyスレ 5 - 暇つぶし2ch■コピペモード□スレを通常表示□オプションモード□このスレッドのURL■項目テキスト471:名無しさん@お腹いっぱい。 08/07/25 03:27:10 tiZDm8tT0 >>467 //リンクをドラッグ リンク表示文字列でWeb検索 case 'DL': // (LINKとダブらないように) { //modifier キー押してる? (LINKとダブらないように) if (aEvent.ctrlKey || aEvent.shiftKey || aEvent.altKey) return false; //リンクでない? var SourceNode = aDragSession.sourceNode; if (!SourceNode && !SourceNode instanceof HTMLAnchorElement && !SourceNode instanceof HTMLAreaElement) return false; //リンクテキストでない? if (!aText) return false; //検索エンジンげと var engine = DragNGo.getEngine("Default"); if (!engine) return false; if (exec){ //文字列を検索エンジンで検索しNewTabFocus DragNGo.openSearch(engine, aText, "NTF"); } else { this._setStatusMessage((this.locale=="en")?'Google Search with Link Text' :'リンクをドラッグ リンク表示文字列でWeb検索', 0); } return true; } 次ページ最新レス表示レスジャンプ類似スレ一覧スレッドの検索話題のニュースおまかせリストオプションしおりを挟むスレッドに書込スレッドの一覧暇つぶし2ch