いつも、jesurenは
*このエントリは、BlogPet(Remote)の「にゃんこ」がテスト投稿の為に書きました。
とか言ってた?
*このエントリは、BlogPet(ブログペット)の「にゃんこ」が書きました。
*このエントリは、BlogPet(ブログペット)の「にゃんこ」が書きました。
Hotlist Single Click = 0
を追加Enable Drag = 11
Show Menu=0
Trust Server Types=1
Item, "(ブラウザ名)で開く" = Execute program, "ブラウザpath","%u"
(セクションは[Hotclick Popup Menu]にだけ書いても可)Item, 50426,= Back
Item, 50427,= Forward
を削除Irvine へリンクを渡す
Opera-PukiWiki の「Irvine右クリック拡張は?」
irvine.js
irvine = new ActiveXObject("Irvine.Api"); var str = WScript.Arguments; if (str(0) == 1) { irvine.AddUrlAndReferer(str(2),str(1),0); } else if (str(0) == 2) { irvine.ClearImportLinks(); irvine.ImportLinks(str(1),0); } else if (str(0) == 3) { irvine.Paste(0); };
次にprofile\menu\standard_menu (1).iniMのそれぞれのセクションへ以下のようなコードを記述。[Link Popup Menu] Item, "to Irvine" = Copy link & Execute program, "irvine.js","1 %u %c"
[Document Popup Menu] Item, "Link analysis" = Copy frame address & Execute program, "irvine.js","2 %c %c"
[Image Link Popup Menu] Item, "to Irvine" = Copy link & Execute program, "irvine.js","1 %u %c"
[Hotclick Popup Menu] Item, "to Irvine" = Execute program, "irvine.js","1 %u %t"