07/10/29 22:42:50 ddW2Lelg0
>>665
わざわざ二個に分けんでも
Item, "Open Select URL(&S)" = Go to page, "javascript:(function (){select_txt = document.getSelection();x = select_txt.slice(0,4);if(x == 'http'){open(select_txt)}else if(x == 'ttp:' || x == 'ttps'){open('h' + select_txt)}
else if(x == 'www.'){open('http://' + select_txt)}else{alert('選択文字列はURLではありません。')}})()"
で解決だよ