Twitter Search It!

    @@ -1,6 +1,6 @@ /* * @title Twitter Search It! - * @description このページをTwitterSearchで検索 + * @description 見ているページのURLをTwitterSearchで検索 * @include http://* * @license MIT License * @require
  • /*
     * @title Twitter Search It!
     * @description 見ているページのURLをTwitterSearchで検索
     * @include http://*
     * @license MIT License
     * @require 
     */
    
    location.href = "http://search.twitter.com/search?q=" + encodeURIComponent(location.href);
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2011/01/07 21:40:01 - 2011-01-07
  2. 2011/01/07 11:46:56 - 2011-01-07