タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

Bookmarkletとamachangに関するbabydaemonsのブックマーク (1)

  • 画像検索 - Hatena::Let

    by amachang 2012-02-08 [2012/02/08 11:53:54] ブックマークレットを実行したあと、画像をクリックして画像検索できます /* * @title 画像検索 * @description ブックマークレットを実行したあと、画像をクリックして画像検索できます * @include http://* * @license MIT License * @require */ for (var i = 0; i < document.images.length; i++) (function(e) { e.onclick = function() { location.href = 'http://www.google.co.jp/searchbyimage?image_url=' + encodeURIComponent(e.src) } })(documen

    babydaemons
    babydaemons 2012/02/08
    後で試してみよう
  • 1