便利ブックマークレット その9: 選択された文字列でYahoo!知恵袋検索
選択された文字列を検索クエリとして、
Yahoo!知恵袋で検索するBookmarkletを作ってみた。
Yahoo!知恵袋の検索結果ページに別ウィンドウで遷移できる。
わからない単語や語句がでてきたら、使ってみようと思う。
Yahoo!知恵袋で検索するBookmarkletを作ってみた。
javascript:var w=window.open('','_blank'); function ld(u){var
s=document.createElement('script');s.setAttribute('src',u);document.body.appendChild(s);} ld('http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'); ld('http://tanargle.appspot.com/jquery.selectedtext.js');ld('http://tanargle.appspot.com/yahoo_chiebukuro.js?'+Date.now());void(0);
ページ内で気になった単語を選択して、↑のBookmarkletを起動すれ
ば、Yahoo!知恵袋の検索結果ページに別ウィンドウで遷移できる。
わからない単語や語句がでてきたら、使ってみようと思う。