firefox userChrome.js greasemonkeyスレ 5at SOFTWARE
firefox userChrome.js greasemonkeyスレ 5 - 暇つぶし2ch471:名無しさん@お腹いっぱい。
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;
}


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch