Bing SSS

    @@ -1,6 +1,6 @@ /* * @title Bing SSS - * @description bing social stream search + * @description Bing social stream realtime search * @include http://www.bing.com/social/search?* * @license MIT License http://nrm.mit-license.org/2012 * @require @@ -11,4 +11,4 @@ if (!word) return; location.href = 'http://www.bing.com/social/search?q=' + encodeURIComponent(word); -})(); +})();
  • /*
     * @title Bing SSS
     * @description Bing social stream realtime search
     * @include http://www.bing.com/social/search?*
     * @license MIT License http://nrm.mit-license.org/2012
     * @require
     */
    
    (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