便利ブックマークレット その10: 選択された文字列で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_image_search.js?'+Date.now());void(0);
ペー
ジ内で気になった単語を選択して、↑のBookmarkletを起動すれ
ば、Yahoo!画像検索結果ページに別ウィンドウで遷移できる。
意外とおもしろ画像は転がってるので、これで気軽に画像検索しておもしろ画像を探してみようと思う。