便利ブックマークレット その8: 選択された文字列で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_auction_search.js?'+Date.now()); void(0);
ページ内で気になった単語を選択して、↑のBookmarkletを起動すれ ば、
Yahoo!オークションでの商品検索ページに別ウィンドウで遷移できる。

掘り出し物が気になったときに使ってみたいと思う。

人気の投稿