Bing SSS

  • /*
     * @title Bing SSS
     * @description Bing realtime social stream search
     * @include http://www.bing.com/social/search?*
     * @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://www.bing.com/social/search?q=' + encodeURIComponent(word);
    })();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2012/11/04 02:39:08 - 2012-11-04
  2. 2012/11/04 02:00:50 - 2012-11-04
  3. 2012/11/04 01:19:43 - 2012-11-04
  4. 2012/06/20 02:19:01 - 2012-06-20