->nico<video>

    @@ -1,5 +1,5 @@ /* - * @title nico<video> + * @title ->nico<video> * @description use flash-free interface on Nicovideo * @include http://www.nicovideo.jp/watch/* * @license MIT License http://opensource.org/licenses/MIT @@ -10,3 +10,5 @@ location.href = location.href.replace(/\/\/www/, '//sp'); })(); + +// next http://let.hatelabo.jp/noromanba/let/hJmegZ75xrt8
  • /*
     * @title ->nico<video>
     * @description use flash-free interface on Nicovideo
     * @include http://www.nicovideo.jp/watch/*
     * @license MIT License http://opensource.org/licenses/MIT
     */
    
    (function () {
        if (!/^www\.nicovideo\.jp\/watch\//.test(location.hostname + location.pathname)) return;
    
        location.href = location.href.replace(/\/\/www/, '//sp');
    })();
    
    // next http://let.hatelabo.jp/noromanba/let/hJmegZ75xrt8
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2014/08/25 10:46:00 - 2014-08-25
  2. 2014/08/25 06:44:00 - 2014-08-25
  3. 2014/08/25 05:03:05 - 2014-08-25