N -NEWS

    
      
  • /*
     * @title N -NEWS
     * @description hidden header news on nicovideo
     * @include http://*.nicovideo.jp
     * @author  noromanba http://flavors.me/noromanba
     * @license MIT License http://opensource.org/licenses/MIT
     */
    
    (function () {
        if (!/nicovideo\.jp$/.test(location.hostname)) return;
    
        (document.querySelector('.textMarqueeInner') || {}).hidden = true;
    })();
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/11/04 17:49:21 - 2013-11-04
  2. 2013/11/03 23:48:32 - 2013-11-03