N -info

  • /*
     * @title N -info
     * @description hidden header info on nicovideo
     * @include http://live.nicovideo.jp/*
     * @contributor noromanba http://let.hatelabo.jp/noromanba/let/hJmcte2FoJ8f (Fork of)
     * @contributor noromanba
     * @license MIT License http://opensource.org/licenses/MIT
     */
    
    (function () {
        if (!/nicovideo\.jp$/.test(location.hostname)) return;
    
        var addStyle = (function () {
            var parent = document.head || document.body || document.documentElement;
    
            var style = document.createElement('style');
            style.type = 'text/css';
            parent.appendChild(style);
    
            return function (css) {
                style.appendChild(document.createTextNode(css + '\n'));
            };
        })();
    
        addStyle('#infoArea { display: none !important; }');
    })();
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2014/02/11 06:31:33 - 2014-02-11
  2. 2014/02/11 06:27:19 - 2014-02-11