便利ブックマークレット その7: 選択された文字列で商品検索(Yahoo!ショッピング)

選択された文字列を検索クエリとして、Yahoo!ショッピングで商品検索する
Bookmarkletを作ってみた。
javascript:var w=window.open('','_blank');var ai='NqNP7flCUN49xU3KOQg-';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_shopping_search.js?'+Date.now()); void(0);
ページ内で気になった単語を選択して、↑のBookmarkletを起動すれば、
商品検索ページに別ウィンドウで遷移できる。

これで欲しいものが気軽に調べられる。



人気の投稿