TOPSY SSS

  • /*
     * @title TOPSY SSS
     * @description Topsy realtime social stream search
     * @include http://topsy.com/s?*
     * @license MIT License http://nrm.mit-license.org/2012
     * @require
     */
    
    // c.f. http://ptech.g.hatena.ne.jp/noromanba/20121103/1351964192
    (function () {
        var word = prompt('Search This');
        if (!word) return;
    
        location.href = 'http://topsy.com/s?window=realtime&allow_lang=all&q=' + encodeURIComponent(word);
    })();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2012/11/04 02:38:37 - 2012-11-04
  2. 2012/11/04 02:00:29 - 2012-11-04
  3. 2012/11/04 02:00:13 - 2012-11-04
  4. 2012/11/04 01:20:11 - 2012-11-04