N ±noise

    @@ -1,6 +1,6 @@ /* * @title N ±noise - * @description toggle hide comments on flash-free Nicovideo + * @description toggle comments visibility on flash-free Nicovideo * @include http://sp.nicovideo.jp/watch/* * @license MIT http://opensource.org/licenses/MIT * @javascript_url
  • /*
     * @title N ±noise
     * @description toggle comments visibility on flash-free Nicovideo
     * @include http://sp.nicovideo.jp/watch/*
     * @license MIT http://opensource.org/licenses/MIT
     * @javascript_url
     */
    
    // TBD bind to UI
    (function () {
        var board = document.body.querySelector('#jsPlayerComment');
        if (!board) return;
    
        board.hidden = !board.hidden;
    })();
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2014/12/24 02:08:15 - 2014-12-24
  2. 2014/12/24 02:07:37 - 2014-12-24